#4B19AF

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

Shades of Purple Heart #4B19AF

Tints of Purple Heart #4B19AF

Color information

#4B19AF (or 0x4B19AF) is unknown color: approx Purple Heart. HEX triplet: 4B, 19 and AF. RGB value is (75,25,175). Sum of RGB (Red+Green+Blue) = 75+25+175=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B19AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B19AF is #B4E650. Grayscale: #383838. Windows color (decimal): -11855441 or 11475275. OLE color: 11475275.

HSL color Cylindrical-coordinate representation of color #4B19AF: hue angle of 260º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4B19AF is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7525175-
CMYK0.570.8600.31
HSL260º75%39.22%-
HSV(B)260º85.71%68.63%-
XYZ10.995.2941-
YUV57.05194.56140.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.27%
GREEN value IS 25 (10.16% from 255) = 9.09%
BLUE value IS 175 (68.75% from 255) = 63.64%
R=27.27%
G=9.09%
B=63.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal75251750.570.8600.312607539.22
Hex4B19AF395601F1044b27
Octal113312577112603740411347
Binary1001011110011010111111100110101100111111000001001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B19AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,25,175); }

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

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

 a { background-color: rgb(75,25,175); }

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

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

 span { border-color: rgb(75,25,175); }

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