#4A01BD

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

Shades of Purple Heart #4A01BD

Tints of Purple Heart #4A01BD

Color information

#4A01BD (or 0x4A01BD) is unknown color: approx Purple Heart. HEX triplet: 4A, 01 and BD. RGB value is (74,1,189). Sum of RGB (Red+Green+Blue) = 74+1+189=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 189 (74.22% from 255 or 71.59% from 264); Max value from RGB is 189 - color contains mainly: blue. Hex color #4A01BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A01BD is #B5FE42. Grayscale: #2B2B2B. Windows color (decimal): -11927107 or 12386634. OLE color: 12386634.

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

Color convert

RGB741189-
CMYK0.610.9900.26
HSL263.3º98.95%37.25%-
HSV(B)263.3º99.47%74.12%-
XYZ12.025.1548.5-
YUV44.26209.68149.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.03%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 189 (74.22% from 255) = 71.59%
R=28.03%
G=0.38%
B=71.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal7411890.610.9900.26263.398.9537.25
Hex4A1BD3D6301A1076325
Octal11212757514303240714345
Binary100101011011110111110111000110110101000001111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A01BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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