Html Css Color HEX #481BAA Purple Heart

📋 copy color: '#481BAA'

red 72 ◦ green 27 ◦ blue 170

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

Shades of Purple Heart #481BAA

Tints of Purple Heart #481BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.04%

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

R = 26.77%
G = 10.04%
B = 63.2%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#481BAA (or 0x481BAA) is known color: Purple Heart. HEX triplet: 48, 1B and AA. RGB value is (72,27,170). Sum of RGB (Red+Green+Blue) = 72+27+170=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #481BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481BAA is #B7E455. Grayscale: #383838. Windows color (decimal): -12051542 or 11148104. OLE color: 11148104.

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

Color convert

RGB 72 27 170 -
CMYK 0.58 0.84 0 0.33
HSL 258.88º 0.73% 0.39% -
HSV(B) 258.88º 0.84% 0.67% -
XYZ 10.32 5.06 38.46 -
YUV 56.76 191.91 138.87 -
System Red Green Blue C M Y K H S L
Decimal 72 27 170 0.58 0.84 0 0.33 258.88 0.73 0.39
Hex 48 1B AA 3A 54 0 21 103 49 27
Octal 110 33 252 72 124 0 41 403 111 47
Binary 1001000 11011 10101010 111010 1010100 0 100001 100000011 1001001 100111

Color Harmonies of #481BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481BAA

Black with #481BAA

Text Example


Text Example

White with #481BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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