#4A0FB9

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

Shades of Purple Heart #4A0FB9

Tints of Purple Heart #4A0FB9

Color information

#4A0FB9 (or 0x4A0FB9) is unknown color: approx Purple Heart. HEX triplet: 4A, 0F and B9. RGB value is (74,15,185). Sum of RGB (Red+Green+Blue) = 74+15+185=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 185 (72.66% from 255 or 67.52% from 274); Max value from RGB is 185 - color contains mainly: blue. Hex color #4A0FB9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0FB9 is #B5F046. Grayscale: #333333. Windows color (decimal): -11923527 or 12128074. OLE color: 12128074.

HSL color Cylindrical-coordinate representation of color #4A0FB9: hue angle of 260.82º 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 #4A0FB9 is Cyan = 0.6, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7415185-
CMYK0.60.9200.27
HSL260.82º85%39.22%-
HSV(B)260.82º91.89%72.55%-
XYZ11.755.346.3-
YUV52.02203.05143.68-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.01%
GREEN value IS 15 (6.25% from 255) = 5.47%
BLUE value IS 185 (72.66% from 255) = 67.52%
R=27.01%
G=5.47%
B=67.52%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal74151850.60.9200.27260.828539.22
Hex4AFB93C5C01B1055527
Octal112172717413403340512547
Binary100101011111011100111110010111000110111000001011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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