#4801C6

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

Shades of Purple Heart #4801C6

Tints of Purple Heart #4801C6

Color information

#4801C6 (or 0x4801C6) is unknown color: approx Purple Heart. HEX triplet: 48, 01 and C6. RGB value is (72,1,198). Sum of RGB (Red+Green+Blue) = 72+1+198=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 198 (77.73% from 255 or 73.06% from 271); Max value from RGB is 198 - color contains mainly: blue. Hex color #4801C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4801C6 is #B7FE39. Grayscale: #2B2B2B. Windows color (decimal): -12058170 or 12976456. OLE color: 12976456.

HSL color Cylindrical-coordinate representation of color #4801C6: hue angle of 261.62º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4801C6 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB721198-
CMYK0.640.9900.22
HSL261.62º98.99%39.02%-
HSV(B)261.62º99.49%77.65%-
XYZ12.885.4853.8-
YUV44.69214.52147.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.57%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 198 (77.73% from 255) = 73.06%
R=26.57%
G=0.37%
B=73.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal7211980.640.9900.22261.6298.9939.02
Hex481C640630161066327
Octal110130610014302640614347
Binary1001000111000110100000011000110101101000001101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4801C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4801C6; }

 p { color: rgb(72,1,198); }

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

<style>
 a { background-color: #4801C6; }

 a { background-color: rgb(72,1,198); }

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

<style>
 span { border-color: #4801C6; }

 span { border-color: rgb(72,1,198); }

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