#5C34DD

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

Shades of Purple Heart #5C34DD

Tints of Purple Heart #5C34DD

Color information

#5C34DD (or 0x5C34DD) is unknown color: approx Purple Heart. HEX triplet: 5C, 34 and DD. RGB value is (92,52,221). Sum of RGB (Red+Green+Blue) = 92+52+221=365 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.21% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #5C34DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C34DD is #A3CB22. Grayscale: #525252. Windows color (decimal): -10734371 or 14496860. OLE color: 14496860.

HSL color Cylindrical-coordinate representation of color #5C34DD: hue angle of 254.2º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C34DD is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9252221-
CMYK0.580.7600.13
HSL254.2º71.31%53.53%-
HSV(B)254.2º76.47%86.67%-
XYZ18.699.9569.34-
YUV83.23205.75134.26-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.21%
GREEN value IS 52 (20.70% from 255) = 14.25%
BLUE value IS 221 (86.72% from 255) = 60.55%
R=25.21%
G=14.25%
B=60.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal92522210.580.7600.13254.271.3153.53
Hex5C34DD3A4C0Dfe4736
Octal134643357211401537610766
Binary101110011010011011101111010100110001101111111101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C34DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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