Html Css Color HEX #5C21AB Purple Heart

📋 copy color: '#5C21AB'

red 92 ◦ green 33 ◦ blue 171

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

Shades of Purple Heart #5C21AB

Tints of Purple Heart #5C21AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.77%

R = 31.08%
G = 11.15%
B = 57.77%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C21AB (or 0x5C21AB) is known color: Purple Heart. HEX triplet: 5C, 21 and AB. RGB value is (92,33,171). Sum of RGB (Red+Green+Blue) = 92+33+171=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C21AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C21AB is #A3DE54. Grayscale: #414141. Windows color (decimal): -10739285 or 11215196. OLE color: 11215196.

HSL color Cylindrical-coordinate representation of color #5C21AB: hue angle of 265.65º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5C21AB is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 33 171 -
CMYK 0.46 0.81 0 0.33
HSL 265.65º 0.68% 0.4% -
HSV(B) 265.65º 0.81% 0.67% -
XYZ 12.31 6.3 39.1 -
YUV 66.37 187.05 146.28 -
System Red Green Blue C M Y K H S L
Decimal 92 33 171 0.46 0.81 0 0.33 265.65 0.68 0.4
Hex 5C 21 AB 2E 51 0 21 10A 44 28
Octal 134 41 253 56 121 0 41 412 104 50
Binary 1011100 100001 10101011 101110 1010001 0 100001 100001010 1000100 101000

Color Harmonies of #5C21AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C21AB

Black with #5C21AB

Text Example


Text Example

White with #5C21AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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