Html Css Color HEX #480BBA Purple Heart

📋 copy color: '#480BBA'

red 72 ◦ green 11 ◦ blue 186

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

Shades of Purple Heart #480BBA

Tints of Purple Heart #480BBA

RGB

 RED value IS 72 (28.52% from 255) = 26.77%

 GREEN value IS 11 (4.69% from 255) = 4.09%

 BLUE value IS 186 (73.05% from 255) = 69.14%

R = 26.77%
G = 4.09%
B = 69.14%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#480BBA (or 0x480BBA) is known color: Purple Heart. HEX triplet: 48, 0B and BA. RGB value is (72,11,186). Sum of RGB (Red+Green+Blue) = 72+11+186=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #480BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480BBA is #B7F445. Grayscale: #303030. Windows color (decimal): -12055622 or 12192584. OLE color: 12192584.

HSL color Cylindrical-coordinate representation of color #480BBA: hue angle of 260.91º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480BBA is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 11 186 -
CMYK 0.61 0.94 0 0.27
HSL 260.91º 0.89% 0.39% -
HSV(B) 260.91º 0.94% 0.73% -
XYZ 11.66 5.16 46.84 -
YUV 49.19 205.21 144.27 -
System Red Green Blue C M Y K H S L
Decimal 72 11 186 0.61 0.94 0 0.27 260.91 0.89 0.39
Hex 48 B BA 3D 5E 0 1B 105 59 27
Octal 110 13 272 75 136 0 33 405 131 47
Binary 1001000 1011 10111010 111101 1011110 0 11011 100000101 1011001 100111

Color Harmonies of #480BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480BBA

Black with #480BBA

Text Example


Text Example

White with #480BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480BBA; }

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

 H1.HeaderClassName
 {
   color: #480BBA;
 }
 .AnyTagClassName
 {
   color: #480BBA;
 }
</style>

background-color css

<style>
 a { background-color: #480BBA; }

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

 div.DivClassName
 {
   background-color: #480BBA;
 }
 .BgClassName
 {
   background-color: #480BBA;
 }
</style>

border-color css

<style>
 span { border-color: #480BBA; }

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

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