#4C0FB9

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

Shades of Purple Heart #4C0FB9

Tints of Purple Heart #4C0FB9

Color information

#4C0FB9 (or 0x4C0FB9) is unknown color: approx Purple Heart. HEX triplet: 4C, 0F and B9. RGB value is (76,15,185). Sum of RGB (Red+Green+Blue) = 76+15+185=276 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.54% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 185 (72.66% from 255 or 67.03% from 276); Max value from RGB is 185 - color contains mainly: blue. Hex color #4C0FB9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0FB9 is #B3F046. Grayscale: #343434. Windows color (decimal): -11792455 or 12128076. OLE color: 12128076.

HSL color Cylindrical-coordinate representation of color #4C0FB9: hue angle of 261.53º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C0FB9 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7615185-
CMYK0.590.9200.27
HSL261.53º85%39.22%-
HSV(B)261.53º91.89%72.55%-
XYZ11.915.3846.31-
YUV52.62202.71144.68-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.54%
GREEN value IS 15 (6.25% from 255) = 5.43%
BLUE value IS 185 (72.66% from 255) = 67.03%
R=27.54%
G=5.43%
B=67.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal76151850.590.9200.27261.538539.22
Hex4CFB93B5C01B1065527
Octal114172717313403340612547
Binary100110011111011100111101110111000110111000001101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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