Html Css Color HEX #5C0AAE Purple Heart

📋 copy color: '#5C0AAE'

red 92 ◦ green 10 ◦ blue 174

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

Shades of Purple Heart #5C0AAE

Tints of Purple Heart #5C0AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.62%

 BLUE value IS 174 (68.36% from 255) = 63.04%

R = 33.33%
G = 3.62%
B = 63.04%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5C0AAE (or 0x5C0AAE) is known color: Purple Heart. HEX triplet: 5C, 0A and AE. RGB value is (92,10,174). Sum of RGB (Red+Green+Blue) = 92+10+174=276 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.33% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C0AAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0AAE is #A3F551. Grayscale: #343434. Windows color (decimal): -10745170 or 11405916. OLE color: 11405916.

HSL color Cylindrical-coordinate representation of color #5C0AAE: hue angle of 270º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0AAE is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 92 10 174 -
CMYK 0.47 0.94 0 0.32
HSL 270º 0.89% 0.36% -
HSV(B) 270º 0.94% 0.68% -
XYZ 12.16 5.55 40.47 -
YUV 53.21 196.17 155.66 -
System Red Green Blue C M Y K H S L
Decimal 92 10 174 0.47 0.94 0 0.32 270 0.89 0.36
Hex 5C A AE 2F 5E 0 20 10E 59 24
Octal 134 12 256 57 136 0 40 416 131 44
Binary 1011100 1010 10101110 101111 1011110 0 100000 100001110 1011001 100100

Color Harmonies of #5C0AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0AAE

Black with #5C0AAE

Text Example


Text Example

White with #5C0AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,10,174); }

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

background-color css

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

 a { background-color: rgb(92,10,174); }

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

border-color css

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

 span { border-color: rgb(92,10,174); }

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