Html Css Color HEX #5C36E0 Purple Heart

📋 copy color: '#5C36E0'

red 92 ◦ green 54 ◦ blue 224

#5C36E0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5C36E0

Tints of Purple Heart #5C36E0

RGB

 RED value IS 92 (36.33% from 255) = 24.86%

 GREEN value IS 54 (21.48% from 255) = 14.59%

 BLUE value IS 224 (87.89% from 255) = 60.54%

R = 24.86%
G = 14.59%
B = 60.54%

CMYK

 C value IS 0.59

 M value IS 0.76

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5C36E0 (or 0x5C36E0) is known color: Purple Heart. HEX triplet: 5C, 36 and E0. RGB value is (92,54,224). Sum of RGB (Red+Green+Blue) = 92+54+224=370 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.86% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 224 (87.89% from 255 or 60.54% from 370); Max value from RGB is 224 - color contains mainly: blue. Hex color #5C36E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C36E0 is #A3C91F. Grayscale: #545454. Windows color (decimal): -10733856 or 14693980. OLE color: 14693980.

HSL color Cylindrical-coordinate representation of color #5C36E0: hue angle of 253.41º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C36E0 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 92 54 224 -
CMYK 0.59 0.76 0 0.12
HSL 253.41º 0.73% 0.55% -
HSV(B) 253.41º 0.76% 0.88% -
XYZ 19.19 10.3 71.5 -
YUV 84.74 206.59 133.18 -
System Red Green Blue C M Y K H S L
Decimal 92 54 224 0.59 0.76 0 0.12 253.41 0.73 0.55
Hex 5C 36 E0 3B 4C 0 C FD 49 37
Octal 134 66 340 73 114 0 14 375 111 67
Binary 1011100 110110 11100000 111011 1001100 0 1100 11111101 1001001 110111

Color Harmonies of #5C36E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C36E0

Black with #5C36E0

Text Example


Text Example

White with #5C36E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,54,224); }

 H1.HeaderClassName
 {
   color: #5C36E0;
 }
 .AnyTagClassName
 {
   color: #5C36E0;
 }
</style>

background-color css

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

 a { background-color: rgb(92,54,224); }

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

border-color css

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

 span { border-color: rgb(92,54,224); }

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