#4317B4

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

Shades of Purple Heart #4317B4

Tints of Purple Heart #4317B4

Color information

#4317B4 (or 0x4317B4) is unknown color: approx Purple Heart. HEX triplet: 43, 17 and B4. RGB value is (67,23,180). Sum of RGB (Red+Green+Blue) = 67+23+180=270 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.81% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 180 (70.70% from 255 or 66.67% from 270); Max value from RGB is 180 - color contains mainly: blue. Hex color #4317B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4317B4 is #BCE84B. Grayscale: #353535. Windows color (decimal): -12380236 or 11802435. OLE color: 11802435.

HSL color Cylindrical-coordinate representation of color #4317B4: hue angle of 256.82º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4317B4 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6723180-
CMYK0.630.8700.29
HSL256.82º77.34%39.8%-
HSV(B)256.82º87.22%70.59%-
XYZ10.865.143.59-
YUV54.05199.08137.23-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.81%
GREEN value IS 23 (9.38% from 255) = 8.52%
BLUE value IS 180 (70.70% from 255) = 66.67%
R=24.81%
G=8.52%
B=66.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal67231800.630.8700.29256.8277.3439.8
Hex4317B43F5701D1014d28
Octal103272647712703540111550
Binary1000011101111011010011111110101110111011000000011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4317B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,23,180); }

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

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

 a { background-color: rgb(67,23,180); }

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

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

 span { border-color: rgb(67,23,180); }

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