Html Css Color HEX #481DAA Purple Heart

📋 copy color: '#481DAA'

red 72 ◦ green 29 ◦ blue 170

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

Shades of Purple Heart #481DAA

Tints of Purple Heart #481DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.7%

 BLUE value IS 170 (66.8% from 255) = 62.73%

R = 26.57%
G = 10.7%
B = 62.73%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#481DAA (or 0x481DAA) is known color: Purple Heart. HEX triplet: 48, 1D and AA. RGB value is (72,29,170). Sum of RGB (Red+Green+Blue) = 72+29+170=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #481DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481DAA is #B7E255. Grayscale: #393939. Windows color (decimal): -12051030 or 11148616. OLE color: 11148616.

HSL color Cylindrical-coordinate representation of color #481DAA: hue angle of 258.3º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481DAA is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 29 170 -
CMYK 0.58 0.83 0 0.33
HSL 258.3º 0.71% 0.39% -
HSV(B) 258.3º 0.83% 0.67% -
XYZ 10.37 5.16 38.48 -
YUV 57.93 191.25 138.04 -
System Red Green Blue C M Y K H S L
Decimal 72 29 170 0.58 0.83 0 0.33 258.3 0.71 0.39
Hex 48 1D AA 3A 53 0 21 102 47 27
Octal 110 35 252 72 123 0 41 402 107 47
Binary 1001000 11101 10101010 111010 1010011 0 100001 100000010 1000111 100111

Color Harmonies of #481DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481DAA

Black with #481DAA

Text Example


Text Example

White with #481DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481DAA; }

 p { color: rgb(72,29,170); }

 H1.HeaderClassName
 {
   color: #481DAA;
 }
 .AnyTagClassName
 {
   color: #481DAA;
 }
</style>

background-color css

<style>
 a { background-color: #481DAA; }

 a { background-color: rgb(72,29,170); }

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

border-color css

<style>
 span { border-color: #481DAA; }

 span { border-color: rgb(72,29,170); }

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