Html Css Color HEX #5C0DAE Purple Heart

📋 copy color: '#5C0DAE'

red 92 ◦ green 13 ◦ blue 174

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

Shades of Purple Heart #5C0DAE

Tints of Purple Heart #5C0DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.66%

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

R = 32.97%
G = 4.66%
B = 62.37%

CMYK

 C value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5C0DAE (or 0x5C0DAE) is known color: Purple Heart. HEX triplet: 5C, 0D and AE. RGB value is (92,13,174). Sum of RGB (Red+Green+Blue) = 92+13+174=279 (36% of max value = 765). Red value is 92 (36.33% from 255 or 32.97% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C0DAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0DAE is #A3F251. Grayscale: #363636. Windows color (decimal): -10744402 or 11406684. OLE color: 11406684.

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

Color convert

RGB 92 13 174 -
CMYK 0.47 0.93 0 0.32
HSL 269.44º 0.86% 0.37% -
HSV(B) 269.44º 0.93% 0.68% -
XYZ 12.2 5.62 40.49 -
YUV 54.98 195.17 154.41 -
System Red Green Blue C M Y K H S L
Decimal 92 13 174 0.47 0.93 0 0.32 269.44 0.86 0.37
Hex 5C D AE 2F 5D 0 20 10D 56 25
Octal 134 15 256 57 135 0 40 415 126 45
Binary 1011100 1101 10101110 101111 1011101 0 100000 100001101 1010110 100101

Color Harmonies of #5C0DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0DAE

Black with #5C0DAE

Text Example


Text Example

White with #5C0DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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