#4808BA

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

Shades of Purple Heart #4808BA

Tints of Purple Heart #4808BA

Color information

#4808BA (or 0x4808BA) is unknown color: approx Purple Heart. HEX triplet: 48, 08 and BA. RGB value is (72,8,186). Sum of RGB (Red+Green+Blue) = 72+8+186=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #4808BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4808BA is #B7F745. Grayscale: #2E2E2E. Windows color (decimal): -12056390 or 12191816. OLE color: 12191816.

HSL color Cylindrical-coordinate representation of color #4808BA: hue angle of 261.57º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4808BA is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB728186-
CMYK0.610.9600.27
HSL261.57º91.75%38.04%-
HSV(B)261.57º95.7%72.94%-
XYZ11.625.146.83-
YUV47.43206.2145.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 8 (3.52% from 255) = 3.01%
BLUE value IS 186 (73.05% from 255) = 69.92%
R=27.07%
G=3.01%
B=69.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal7281860.610.9600.27261.5791.7538.04
Hex488BA3D6001B1065c26
Octal110102727514003340613446
Binary100100010001011101011110111000000110111000001101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4808BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4808BA; }

 p { color: rgb(72,8,186); }

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

<style>
 a { background-color: #4808BA; }

 a { background-color: rgb(72,8,186); }

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

<style>
 span { border-color: #4808BA; }

 span { border-color: rgb(72,8,186); }

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