Html Css Color HEX #4C0DAE Purple Heart

📋 copy color: '#4C0DAE'

red 76 ◦ green 13 ◦ blue 174

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

Shades of Purple Heart #4C0DAE

Tints of Purple Heart #4C0DAE

RGB

 RED value IS 76 (30.08% from 255) = 28.9%

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

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

R = 28.9%
G = 4.94%
B = 66.16%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4C0DAE (or 0x4C0DAE) is known color: Purple Heart. HEX triplet: 4C, 0D and AE. RGB value is (76,13,174). Sum of RGB (Red+Green+Blue) = 76+13+174=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C0DAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0DAE is #B3F251. Grayscale: #313131. Windows color (decimal): -11792978 or 11406668. OLE color: 11406668.

HSL color Cylindrical-coordinate representation of color #4C0DAE: hue angle of 263.48º 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 #4C0DAE is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 76 13 174 -
CMYK 0.56 0.93 0 0.32
HSL 263.48º 0.86% 0.37% -
HSV(B) 263.48º 0.93% 0.68% -
XYZ 10.76 4.88 40.42 -
YUV 50.19 197.87 146.41 -
System Red Green Blue C M Y K H S L
Decimal 76 13 174 0.56 0.93 0 0.32 263.48 0.86 0.37
Hex 4C D AE 38 5D 0 20 107 56 25
Octal 114 15 256 70 135 0 40 407 126 45
Binary 1001100 1101 10101110 111000 1011101 0 100000 100000111 1010110 100101

Color Harmonies of #4C0DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0DAE

Black with #4C0DAE

Text Example


Text Example

White with #4C0DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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