#5C33D9

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

Shades of Purple Heart #5C33D9

Tints of Purple Heart #5C33D9

Color information

#5C33D9 (or 0x5C33D9) is unknown color: approx Purple Heart. HEX triplet: 5C, 33 and D9. RGB value is (92,51,217). Sum of RGB (Red+Green+Blue) = 92+51+217=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 217 (85.16% from 255 or 60.28% from 360); Max value from RGB is 217 - color contains mainly: blue. Hex color #5C33D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C33D9 is #A3CC26. Grayscale: #515151. Windows color (decimal): -10734631 or 14234460. OLE color: 14234460.

HSL color Cylindrical-coordinate representation of color #5C33D9: hue angle of 254.82º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C33D9 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9251217-
CMYK0.580.7600.15
HSL254.82º68.6%52.55%-
HSV(B)254.82º76.5%85.1%-
XYZ18.129.6566.55-
YUV82.18204.08135-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.56%
GREEN value IS 51 (20.31% from 255) = 14.17%
BLUE value IS 217 (85.16% from 255) = 60.28%
R=25.56%
G=14.17%
B=60.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal92512170.580.7600.15254.8268.652.55
Hex5C33D93A4C0Fff4535
Octal134633317211401737710565
Binary101110011001111011001111010100110001111111111111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C33D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,51,217); }

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

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

 a { background-color: rgb(92,51,217); }

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

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

 span { border-color: rgb(92,51,217); }

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