#5B38CB

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

Shades of Purple Heart #5B38CB

Tints of Purple Heart #5B38CB

Color information

#5B38CB (or 0x5B38CB) is unknown color: approx Purple Heart. HEX triplet: 5B, 38 and CB. RGB value is (91,56,203). Sum of RGB (Red+Green+Blue) = 91+56+203=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B38CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B38CB is #A4C734. Grayscale: #525252. Windows color (decimal): -10798901 or 13318235. OLE color: 13318235.

HSL color Cylindrical-coordinate representation of color #5B38CB: hue angle of 254.29º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B38CB is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9156203-
CMYK0.550.7200.20
HSL254.29º58.57%50.78%-
HSV(B)254.29º72.41%79.61%-
XYZ16.519.3657.44-
YUV83.22195.6133.55-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26%
GREEN value IS 56 (22.27% from 255) = 16%
BLUE value IS 203 (79.69% from 255) = 58%
R=26%
G=16%
B=58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal91562030.550.7200.20254.2958.5750.78
Hex5B38CB3748014fe3b33
Octal13370313671100243767363
Binary101101111100011001011110111100100001010011111110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B38CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,56,203); }

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

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

 a { background-color: rgb(91,56,203); }

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

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

 span { border-color: rgb(91,56,203); }

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