#4A0FB2

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

Shades of Purple Heart #4A0FB2

Tints of Purple Heart #4A0FB2

Color information

#4A0FB2 (or 0x4A0FB2) is unknown color: approx Purple Heart. HEX triplet: 4A, 0F and B2. RGB value is (74,15,178). Sum of RGB (Red+Green+Blue) = 74+15+178=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 178 (69.92% from 255 or 66.67% from 267); Max value from RGB is 178 - color contains mainly: blue. Hex color #4A0FB2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0FB2 is #B5F04D. Grayscale: #323232. Windows color (decimal): -11923534 or 11669322. OLE color: 11669322.

HSL color Cylindrical-coordinate representation of color #4A0FB2: hue angle of 261.72º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A0FB2 is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7415178-
CMYK0.580.9200.30
HSL261.72º84.46%37.84%-
HSV(B)261.72º91.57%69.8%-
XYZ11.035.0142.51-
YUV51.22199.55144.25-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.72%
GREEN value IS 15 (6.25% from 255) = 5.62%
BLUE value IS 178 (69.92% from 255) = 66.67%
R=27.72%
G=5.62%
B=66.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal74151780.580.9200.30261.7284.4637.84
Hex4AFB23A5C01E1065426
Octal112172627213403640612446
Binary100101011111011001011101010111000111101000001101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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