Html Css Color HEX #4C14AA Purple Heart

📋 copy color: '#4C14AA'

red 76 ◦ green 20 ◦ blue 170

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

Shades of Purple Heart #4C14AA

Tints of Purple Heart #4C14AA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.52%

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

R = 28.57%
G = 7.52%
B = 63.91%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C14AA (or 0x4C14AA) is known color: Purple Heart. HEX triplet: 4C, 14 and AA. RGB value is (76,20,170). Sum of RGB (Red+Green+Blue) = 76+20+170=266 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.57% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C14AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C14AA is #B3EB55. Grayscale: #353535. Windows color (decimal): -11791190 or 11146316. OLE color: 11146316.

HSL color Cylindrical-coordinate representation of color #4C14AA: hue angle of 262.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C14AA is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 20 170 -
CMYK 0.55 0.88 0 0.33
HSL 262.4º 0.79% 0.37% -
HSV(B) 262.4º 0.88% 0.67% -
XYZ 10.49 4.94 38.43 -
YUV 53.84 193.55 143.8 -
System Red Green Blue C M Y K H S L
Decimal 76 20 170 0.55 0.88 0 0.33 262.4 0.79 0.37
Hex 4C 14 AA 37 58 0 21 106 4F 25
Octal 114 24 252 67 130 0 41 406 117 45
Binary 1001100 10100 10101010 110111 1011000 0 100001 100000110 1001111 100101

Color Harmonies of #4C14AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C14AA

Black with #4C14AA

Text Example


Text Example

White with #4C14AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,20,170); }

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

background-color css

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

 a { background-color: rgb(76,20,170); }

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

border-color css

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

 span { border-color: rgb(76,20,170); }

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