Html Css Color HEX #480BC8 Purple Heart

📋 copy color: '#480BC8'

red 72 ◦ green 11 ◦ blue 200

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

Shades of Purple Heart #480BC8

Tints of Purple Heart #480BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 70.67%

R = 25.44%
G = 3.89%
B = 70.67%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#480BC8 (or 0x480BC8) is known color: Purple Heart. HEX triplet: 48, 0B and C8. RGB value is (72,11,200). Sum of RGB (Red+Green+Blue) = 72+11+200=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 200 (78.52% from 255 or 70.67% from 283); Max value from RGB is 200 - color contains mainly: blue. Hex color #480BC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480BC8 is #B7F437. Grayscale: #323232. Windows color (decimal): -12055608 or 13110088. OLE color: 13110088.

HSL color Cylindrical-coordinate representation of color #480BC8: hue angle of 259.37º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480BC8 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 11 200 -
CMYK 0.64 0.94 0 0.22
HSL 259.37º 0.9% 0.41% -
HSV(B) 259.37º 0.95% 0.78% -
XYZ 13.22 5.79 55.06 -
YUV 50.79 212.21 143.13 -
System Red Green Blue C M Y K H S L
Decimal 72 11 200 0.64 0.94 0 0.22 259.37 0.9 0.41
Hex 48 B C8 40 5E 0 16 103 5A 29
Octal 110 13 310 100 136 0 26 403 132 51
Binary 1001000 1011 11001000 1000000 1011110 0 10110 100000011 1011010 101001

Color Harmonies of #480BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480BC8

Black with #480BC8

Text Example


Text Example

White with #480BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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