#5B42C6

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

Shades of Purple Heart #5B42C6

Tints of Purple Heart #5B42C6

Color information

#5B42C6 (or 0x5B42C6) is unknown color: approx Purple Heart. HEX triplet: 5B, 42 and C6. RGB value is (91,66,198). Sum of RGB (Red+Green+Blue) = 91+66+198=355 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.63% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 198 (77.73% from 255 or 55.77% from 355); Max value from RGB is 198 - color contains mainly: blue. Hex color #5B42C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B42C6 is #A4BD39. Grayscale: #585858. Windows color (decimal): -10796346 or 12993115. OLE color: 12993115.

HSL color Cylindrical-coordinate representation of color #5B42C6: hue angle of 251.36º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B42C6 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9166198-
CMYK0.540.6700.22
HSL251.36º53.66%51.76%-
HSV(B)251.36º66.67%77.65%-
XYZ16.4610.254.53-
YUV88.52189.78129.77-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.63%
GREEN value IS 66 (26.17% from 255) = 18.59%
BLUE value IS 198 (77.73% from 255) = 55.77%
R=25.63%
G=18.59%
B=55.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal91661980.540.6700.22251.3653.6651.76
Hex5B42C63643016fb3634
Octal133102306661030263736664
Binary1011011100001011000110110110100001101011011111011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B42C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B42C6; }

 p { color: rgb(91,66,198); }

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

<style>
 a { background-color: #5B42C6; }

 a { background-color: rgb(91,66,198); }

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

<style>
 span { border-color: #5B42C6; }

 span { border-color: rgb(91,66,198); }

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