Html Css Color HEX #4800BA Purple Heart

📋 copy color: '#4800BA'

red 72 ◦ green 0 ◦ blue 186

#4800BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #4800BA

Tints of Purple Heart #4800BA

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 value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4800BA (or 0x4800BA) is known color: 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

RGB 72 0 186 -
CMYK 0.61 1 0 0.27
HSL 263.23º 1% 0.36% -
HSV(B) 263.23º 1% 0.73% -
XYZ 11.54 4.92 46.8 -
YUV 42.73 208.85 148.88 -
System Red Green Blue C M Y K H S L
Decimal 72 0 186 0.61 1 0 0.27 263.23 1 0.36
Hex 48 0 BA 3D 64 0 1B 107 64 24
Octal 110 0 272 75 144 0 33 407 144 44
Binary 1001000 0 10111010 111101 1100100 0 11011 100000111 1100100 100100

Color Harmonies of #4800BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4800BA

Black with #4800BA

Text Example


Text Example

White with #4800BA

Text Example


Text Example

HTML Codes & Css Web 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>