Html Css Color HEX #481AAB Purple Heart

📋 copy color: '#481AAB'

red 72 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #481AAB

Tints of Purple Heart #481AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.67%

 BLUE value IS 171 (67.19% from 255) = 63.57%

R = 26.77%
G = 9.67%
B = 63.57%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#481AAB (or 0x481AAB) is known color: Purple Heart. HEX triplet: 48, 1A and AB. RGB value is (72,26,171). Sum of RGB (Red+Green+Blue) = 72+26+171=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #481AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481AAB is #B7E554. Grayscale: #373737. Windows color (decimal): -12051797 or 11213384. OLE color: 11213384.

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

Color convert

RGB 72 26 171 -
CMYK 0.58 0.85 0 0.33
HSL 259.03º 0.74% 0.39% -
HSV(B) 259.03º 0.85% 0.67% -
XYZ 10.39 5.06 38.96 -
YUV 56.28 192.74 139.21 -
System Red Green Blue C M Y K H S L
Decimal 72 26 171 0.58 0.85 0 0.33 259.03 0.74 0.39
Hex 48 1A AB 3A 55 0 21 103 4A 27
Octal 110 32 253 72 125 0 41 403 112 47
Binary 1001000 11010 10101011 111010 1010101 0 100001 100000011 1001010 100111

Color Harmonies of #481AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481AAB

Black with #481AAB

Text Example


Text Example

White with #481AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,26,171); }

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

background-color css

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

 a { background-color: rgb(72,26,171); }

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

border-color css

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

 span { border-color: rgb(72,26,171); }

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