#4A2FBD

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

Shades of Purple Heart #4A2FBD

Tints of Purple Heart #4A2FBD

Color information

#4A2FBD (or 0x4A2FBD) is unknown color: approx Purple Heart. HEX triplet: 4A, 2F and BD. RGB value is (74,47,189). Sum of RGB (Red+Green+Blue) = 74+47+189=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 189 (74.22% from 255 or 60.97% from 310); Max value from RGB is 189 - color contains mainly: blue. Hex color #4A2FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2FBD is #B5D042. Grayscale: #464646. Windows color (decimal): -11915331 or 12398410. OLE color: 12398410.

HSL color Cylindrical-coordinate representation of color #4A2FBD: hue angle of 251.41º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A2FBD is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7447189-
CMYK0.610.7500.26
HSL251.41º60.17%46.27%-
HSV(B)251.41º75.13%74.12%-
XYZ13.037.1648.84-
YUV71.26194.45129.95-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.87%
GREEN value IS 47 (18.75% from 255) = 15.16%
BLUE value IS 189 (74.22% from 255) = 60.97%
R=23.87%
G=15.16%
B=60.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal74471890.610.7500.26251.4160.1746.27
Hex4A2FBD3D4B01Afb3c2e
Octal11257275751130323737456
Binary100101010111110111101111101100101101101011111011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,47,189); }

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

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

 a { background-color: rgb(74,47,189); }

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

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

 span { border-color: rgb(74,47,189); }

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