#5C34CB

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

Shades of Purple Heart #5C34CB

Tints of Purple Heart #5C34CB

Color information

#5C34CB (or 0x5C34CB) is unknown color: approx Purple Heart. HEX triplet: 5C, 34 and CB. RGB value is (92,52,203). Sum of RGB (Red+Green+Blue) = 92+52+203=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C34CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C34CB is #A3CB34. Grayscale: #505050. Windows color (decimal): -10734389 or 13317212. OLE color: 13317212.

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

Color convert

RGB9252203-
CMYK0.550.7400.20
HSL255.89º59.22%50%-
HSV(B)255.89º74.38%79.61%-
XYZ16.429.0457.38-
YUV81.17196.75135.72-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.51%
GREEN value IS 52 (20.70% from 255) = 14.99%
BLUE value IS 203 (79.69% from 255) = 58.50%
R=26.51%
G=14.99%
B=58.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal92522030.550.7400.20255.8959.2250
Hex5C34CB374A0141003b32
Octal13464313671120244007362
Binary1011100110100110010111101111001010010100100000000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C34CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,52,203); }

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

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

 a { background-color: rgb(92,52,203); }

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

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

 span { border-color: rgb(92,52,203); }

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