Html Css Color HEX #5C20BE Purple Heart

📋 copy color: '#5C20BE'

red 92 ◦ green 32 ◦ blue 190

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

Shades of Purple Heart #5C20BE

Tints of Purple Heart #5C20BE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.19%

 BLUE value IS 190 (74.61% from 255) = 60.51%

R = 29.3%
G = 10.19%
B = 60.51%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5C20BE (or 0x5C20BE) is known color: Purple Heart. HEX triplet: 5C, 20 and BE. RGB value is (92,32,190). Sum of RGB (Red+Green+Blue) = 92+32+190=314 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.30% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C20BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C20BE is #A3DF41. Grayscale: #434343. Windows color (decimal): -10739522 or 12460124. OLE color: 12460124.

HSL color Cylindrical-coordinate representation of color #5C20BE: hue angle of 262.78º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C20BE is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 92 32 190 -
CMYK 0.52 0.83 0 0.25
HSL 262.78º 0.71% 0.44% -
HSV(B) 262.78º 0.83% 0.75% -
XYZ 14.22 7.03 49.32 -
YUV 67.95 196.88 145.15 -
System Red Green Blue C M Y K H S L
Decimal 92 32 190 0.52 0.83 0 0.25 262.78 0.71 0.44
Hex 5C 20 BE 34 53 0 19 107 47 2C
Octal 134 40 276 64 123 0 31 407 107 54
Binary 1011100 100000 10111110 110100 1010011 0 11001 100000111 1000111 101100

Color Harmonies of #5C20BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C20BE

Black with #5C20BE

Text Example


Text Example

White with #5C20BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,32,190); }

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

background-color css

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

 a { background-color: rgb(92,32,190); }

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

border-color css

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

 span { border-color: rgb(92,32,190); }

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