#4800ba

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

Shades of Purple Heart #4800BA

Tints of Purple Heart #4800BA

Color information

#4800BA (or 0x4800BA) is unknown color: approx Purple Heart. HEX triplet: 48, 00 and BA. RGB value is (72,0,186). Sum of RGB (Red+Green+Blue) = 72+0+186=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 186 (73.05% from 255 or 72.09% from 258); Max value from RGB is 186 - color contains mainly: blue. Hex color #4800BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4800BA is #B7FF45. Grayscale: #2A2A2A. Windows color (decimal): -12058438 or 12189768. OLE color: 12189768.

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

Color convert

RGB720186-
CMYK0.61100.27
HSL263.23º100%36.47%-
HSV(B)263.23º100%72.94%-
XYZ11.544.9246.8-
YUV42.73208.85148.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 186 (73.05% from 255) = 72.09%
R=27.91%
G=0%
B=72.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal7201860.61100.27263.2310036.47
Hex480BA3D6401B1076424
Octal11002727514403340714444
Binary100100001011101011110111001000110111000001111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4800ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4800ba; }

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

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

<style>
 a { background-color: #4800ba; }

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

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

<style>
 span { border-color: #4800ba; }

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

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