Html Css Color HEX #5C21BE Purple Heart

📋 copy color: '#5C21BE'

red 92 ◦ green 33 ◦ blue 190

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

Shades of Purple Heart #5C21BE

Tints of Purple Heart #5C21BE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.48%

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

R = 29.21%
G = 10.48%
B = 60.32%

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

#5C21BE (or 0x5C21BE) is known color: Purple Heart. HEX triplet: 5C, 21 and BE. RGB value is (92,33,190). Sum of RGB (Red+Green+Blue) = 92+33+190=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C21BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C21BE is #A3DE41. Grayscale: #434343. Windows color (decimal): -10739266 or 12460380. OLE color: 12460380.

HSL color Cylindrical-coordinate representation of color #5C21BE: hue angle of 262.55º degrees, saturation: 0.7, 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 #5C21BE is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 92 33 190 -
CMYK 0.52 0.83 0 0.25
HSL 262.55º 0.7% 0.44% -
HSV(B) 262.55º 0.83% 0.75% -
XYZ 14.25 7.08 49.33 -
YUV 68.54 196.55 144.73 -
System Red Green Blue C M Y K H S L
Decimal 92 33 190 0.52 0.83 0 0.25 262.55 0.7 0.44
Hex 5C 21 BE 34 53 0 19 107 46 2C
Octal 134 41 276 64 123 0 31 407 106 54
Binary 1011100 100001 10111110 110100 1010011 0 11001 100000111 1000110 101100

Color Harmonies of #5C21BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C21BE

Black with #5C21BE

Text Example


Text Example

White with #5C21BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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