Html Css Color HEX #480FAE Purple Heart

📋 copy color: '#480FAE'

red 72 ◦ green 15 ◦ blue 174

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

Shades of Purple Heart #480FAE

Tints of Purple Heart #480FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.75%

 BLUE value IS 174 (68.36% from 255) = 66.67%

R = 27.59%
G = 5.75%
B = 66.67%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#480FAE (or 0x480FAE) is known color: Purple Heart. HEX triplet: 48, 0F and AE. RGB value is (72,15,174). Sum of RGB (Red+Green+Blue) = 72+15+174=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 174 (68.36% from 255 or 66.67% from 261); Max value from RGB is 174 - color contains mainly: blue. Hex color #480FAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480FAE is #B7F051. Grayscale: #313131. Windows color (decimal): -12054610 or 11407176. OLE color: 11407176.

HSL color Cylindrical-coordinate representation of color #480FAE: hue angle of 261.51º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #480FAE is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 15 174 -
CMYK 0.59 0.91 0 0.32
HSL 261.51º 0.84% 0.37% -
HSV(B) 261.51º 0.91% 0.68% -
XYZ 10.48 4.78 40.41 -
YUV 50.17 197.88 143.57 -
System Red Green Blue C M Y K H S L
Decimal 72 15 174 0.59 0.91 0 0.32 261.51 0.84 0.37
Hex 48 F AE 3B 5B 0 20 106 54 25
Octal 110 17 256 73 133 0 40 406 124 45
Binary 1001000 1111 10101110 111011 1011011 0 100000 100000110 1010100 100101

Color Harmonies of #480FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480FAE

Black with #480FAE

Text Example


Text Example

White with #480FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,15,174); }

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

background-color css

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

 a { background-color: rgb(72,15,174); }

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

border-color css

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

 span { border-color: rgb(72,15,174); }

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