Html Css Color HEX #480AB8 Purple Heart

📋 copy color: '#480AB8'

red 72 ◦ green 10 ◦ blue 184

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

Shades of Purple Heart #480AB8

Tints of Purple Heart #480AB8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.76%

 BLUE value IS 184 (72.27% from 255) = 69.17%

R = 27.07%
G = 3.76%
B = 69.17%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#480AB8 (or 0x480AB8) is known color: Purple Heart. HEX triplet: 48, 0A and B8. RGB value is (72,10,184). Sum of RGB (Red+Green+Blue) = 72+10+184=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 184 (72.27% from 255 or 69.17% from 266); Max value from RGB is 184 - color contains mainly: blue. Hex color #480AB8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480AB8 is #B7F547. Grayscale: #2F2F2F. Windows color (decimal): -12055880 or 12061256. OLE color: 12061256.

HSL color Cylindrical-coordinate representation of color #480AB8: hue angle of 261.38º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #480AB8 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 72 10 184 -
CMYK 0.61 0.95 0 0.28
HSL 261.38º 0.9% 0.38% -
HSV(B) 261.38º 0.95% 0.72% -
XYZ 11.43 5.06 45.72 -
YUV 48.37 204.54 144.85 -
System Red Green Blue C M Y K H S L
Decimal 72 10 184 0.61 0.95 0 0.28 261.38 0.9 0.38
Hex 48 A B8 3D 5F 0 1C 105 5A 26
Octal 110 12 270 75 137 0 34 405 132 46
Binary 1001000 1010 10111000 111101 1011111 0 11100 100000101 1011010 100110

Color Harmonies of #480AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480AB8

Black with #480AB8

Text Example


Text Example

White with #480AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,10,184); }

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

background-color css

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

 a { background-color: rgb(72,10,184); }

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

border-color css

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

 span { border-color: rgb(72,10,184); }

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