#4b17b6

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

Shades of Purple Heart #4B17B6

Tints of Purple Heart #4B17B6

Color information

#4B17B6 (or 0x4B17B6) is unknown color: approx Purple Heart. HEX triplet: 4B, 17 and B6. RGB value is (75,23,182). Sum of RGB (Red+Green+Blue) = 75+23+182=280 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.79% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 182 (71.48% from 255 or 65% from 280); Max value from RGB is 182 - color contains mainly: blue. Hex color #4B17B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B17B6 is #B4E849. Grayscale: #383838. Windows color (decimal): -11855946 or 11933515. OLE color: 11933515.

HSL color Cylindrical-coordinate representation of color #4B17B6: hue angle of 259.62º degrees, saturation: 0.78, 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 #4B17B6 is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7523182-
CMYK0.590.8700.29
HSL259.62º77.56%40.2%-
HSV(B)259.62º87.36%71.37%-
XYZ11.655.4944.7-
YUV56.67198.73141.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.79%
GREEN value IS 23 (9.38% from 255) = 8.21%
BLUE value IS 182 (71.48% from 255) = 65%
R=26.79%
G=8.21%
B=65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal75231820.590.8700.29259.6277.5640.2
Hex4B17B63B5701D1044e28
Octal113272667312703540411650
Binary1001011101111011011011101110101110111011000001001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b17b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4b17b6; }

 p { color: rgb(75,23,182); }

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

<style>
 a { background-color: #4b17b6; }

 a { background-color: rgb(75,23,182); }

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

<style>
 span { border-color: #4b17b6; }

 span { border-color: rgb(75,23,182); }

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