#4113B4

Color #4113B4 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4113B4

Tints of Purple Heart #4113B4

Color information

#4113B4 (or 0x4113B4) is unknown color: approx Purple Heart. HEX triplet: 41, 13 and B4. RGB value is (65,19,180). Sum of RGB (Red+Green+Blue) = 65+19+180=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 180 (70.70% from 255 or 68.18% from 264); Max value from RGB is 180 - color contains mainly: blue. Hex color #4113B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4113B4 is #BEEC4B. Grayscale: #323232. Windows color (decimal): -12512332 or 11801409. OLE color: 11801409.

HSL color Cylindrical-coordinate representation of color #4113B4: hue angle of 257.14º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4113B4 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6519180-
CMYK0.640.8900.29
HSL257.14º80.9%39.02%-
HSV(B)257.14º89.44%70.59%-
XYZ10.654.8843.56-
YUV51.11200.74137.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 24.62%
GREEN value IS 19 (7.81% from 255) = 7.20%
BLUE value IS 180 (70.70% from 255) = 68.18%
R=24.62%
G=7.20%
B=68.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal65191800.640.8900.29257.1480.939.02
Hex4113B4405901D1015127
Octal1012326410013103540112147
Binary10000011001110110100100000010110010111011000000011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4113B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4113B4; }

 p { color: rgb(65,19,180); }

 H1.HeaderClassName
 {
   color: #4113B4;
 }
 .AnyTagClassName
 {
   color: #4113B4;
 }
</style>
background-color css

<style>
 a { background-color: #4113B4; }

 a { background-color: rgb(65,19,180); }

 div.DivClassName
 {
   background-color: #4113B4;
 }
 .BgClassName
 {
   background-color: #4113B4;
 }
</style>
border-color css

<style>
 span { border-color: #4113B4; }

 span { border-color: rgb(65,19,180); }

 td.TdClassName
 {
   border-color: #4113B4;
 }
 .TagClassName
 {
   border-color: #4113B4;
 }
</style>