Html Css Color HEX #5C2FAA Purple Heart

📋 copy color: '#5C2FAA'

red 92 ◦ green 47 ◦ blue 170

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

Shades of Purple Heart #5C2FAA

Tints of Purple Heart #5C2FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.21%

 BLUE value IS 170 (66.8% from 255) = 55.02%

R = 29.77%
G = 15.21%
B = 55.02%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C2FAA (or 0x5C2FAA) is known color: Purple Heart. HEX triplet: 5C, 2F and AA. RGB value is (92,47,170). Sum of RGB (Red+Green+Blue) = 92+47+170=309 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.77% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C2FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2FAA is #A3D055. Grayscale: #4A4A4A. Windows color (decimal): -10735702 or 11153244. OLE color: 11153244.

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

Color convert

RGB 92 47 170 -
CMYK 0.46 0.72 0 0.33
HSL 261.95º 0.57% 0.43% -
HSV(B) 261.95º 0.72% 0.67% -
XYZ 12.69 7.21 38.75 -
YUV 74.48 181.91 140.5 -
System Red Green Blue C M Y K H S L
Decimal 92 47 170 0.46 0.72 0 0.33 261.95 0.57 0.43
Hex 5C 2F AA 2E 48 0 21 106 39 2B
Octal 134 57 252 56 110 0 41 406 71 53
Binary 1011100 101111 10101010 101110 1001000 0 100001 100000110 111001 101011

Color Harmonies of #5C2FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2FAA

Black with #5C2FAA

Text Example


Text Example

White with #5C2FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,47,170); }

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

background-color css

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

 a { background-color: rgb(92,47,170); }

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

border-color css

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

 span { border-color: rgb(92,47,170); }

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