#5D38CB

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

Shades of Purple Heart #5D38CB

Tints of Purple Heart #5D38CB

Color information

#5D38CB (or 0x5D38CB) is unknown color: approx Purple Heart. HEX triplet: 5D, 38 and CB. RGB value is (93,56,203). Sum of RGB (Red+Green+Blue) = 93+56+203=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D38CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D38CB is #A2C734. Grayscale: #535353. Windows color (decimal): -10667829 or 13318237. OLE color: 13318237.

HSL color Cylindrical-coordinate representation of color #5D38CB: hue angle of 255.1º 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 #5D38CB is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9356203-
CMYK0.540.7200.20
HSL255.1º58.57%50.78%-
HSV(B)255.1º72.41%79.61%-
XYZ16.719.4757.45-
YUV83.82195.26134.55-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.42%
GREEN value IS 56 (22.27% from 255) = 15.91%
BLUE value IS 203 (79.69% from 255) = 57.67%
R=26.42%
G=15.91%
B=57.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal93562030.540.7200.20255.158.5750.78
Hex5D38CB3648014ff3b33
Octal13570313661100243777363
Binary101110111100011001011110110100100001010011111111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D38CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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