Html Css Color HEX #4C0AB7 Purple Heart

📋 copy color: '#4C0AB7'

red 76 ◦ green 10 ◦ blue 183

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

Shades of Purple Heart #4C0AB7

Tints of Purple Heart #4C0AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 68.03%

R = 28.25%
G = 3.72%
B = 68.03%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#4C0AB7 (or 0x4C0AB7) is known color: Purple Heart. HEX triplet: 4C, 0A and B7. RGB value is (76,10,183). Sum of RGB (Red+Green+Blue) = 76+10+183=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 183 (71.88% from 255 or 68.03% from 269); Max value from RGB is 183 - color contains mainly: blue. Hex color #4C0AB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0AB7 is #B3F548. Grayscale: #303030. Windows color (decimal): -11793737 or 11995724. OLE color: 11995724.

HSL color Cylindrical-coordinate representation of color #4C0AB7: hue angle of 262.89º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0AB7 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 76 10 183 -
CMYK 0.58 0.95 0 0.28
HSL 262.89º 0.9% 0.38% -
HSV(B) 262.89º 0.95% 0.72% -
XYZ 11.64 5.17 45.18 -
YUV 49.46 203.37 146.93 -
System Red Green Blue C M Y K H S L
Decimal 76 10 183 0.58 0.95 0 0.28 262.89 0.9 0.38
Hex 4C A B7 3A 5F 0 1C 107 5A 26
Octal 114 12 267 72 137 0 34 407 132 46
Binary 1001100 1010 10110111 111010 1011111 0 11100 100000111 1011010 100110

Color Harmonies of #4C0AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0AB7

Black with #4C0AB7

Text Example


Text Example

White with #4C0AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,10,183); }

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

background-color css

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

 a { background-color: rgb(76,10,183); }

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

border-color css

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

 span { border-color: rgb(76,10,183); }

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