#4C0FAA

Color #4C0FAA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4C0FAA

Tints of Purple Heart #4C0FAA

Color information

#4C0FAA (or 0x4C0FAA) is unknown color: approx Purple Heart. HEX triplet: 4C, 0F and AA. RGB value is (76,15,170). Sum of RGB (Red+Green+Blue) = 76+15+170=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C0FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0FAA is #B3F055. Grayscale: #323232. Windows color (decimal): -11792470 or 11145036. OLE color: 11145036.

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

Color convert

RGB7615170-
CMYK0.550.9100.33
HSL263.61º83.78%36.27%-
HSV(B)263.61º91.18%66.67%-
XYZ10.414.7838.4-
YUV50.91195.21145.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.12%
GREEN value IS 15 (6.25% from 255) = 5.75%
BLUE value IS 170 (66.80% from 255) = 65.13%
R=29.12%
G=5.75%
B=65.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76151700.550.9100.33263.6183.7836.27
Hex4CFAA375B0211085424
Octal114172526713304141012444
Binary1001100111110101010110111101101101000011000010001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C0FAA;
 }
 .AnyTagClassName
 {
   color: #4C0FAA;
 }
</style>
background-color css

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

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

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

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

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

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