Html Css Color HEX #481AAC Purple Heart

📋 copy color: '#481AAC'

red 72 ◦ green 26 ◦ blue 172

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

Shades of Purple Heart #481AAC

Tints of Purple Heart #481AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 63.7%

R = 26.67%
G = 9.63%
B = 63.7%

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

#481AAC (or 0x481AAC) is known color: Purple Heart. HEX triplet: 48, 1A and AC. RGB value is (72,26,172). Sum of RGB (Red+Green+Blue) = 72+26+172=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #481AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481AAC is #B7E553. Grayscale: #373737. Windows color (decimal): -12051796 or 11278920. OLE color: 11278920.

HSL color Cylindrical-coordinate representation of color #481AAC: hue angle of 258.9º 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 #481AAC is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 26 172 -
CMYK 0.58 0.85 0 0.33
HSL 258.9º 0.74% 0.39% -
HSV(B) 258.9º 0.85% 0.67% -
XYZ 10.49 5.1 39.46 -
YUV 56.4 193.24 139.13 -
System Red Green Blue C M Y K H S L
Decimal 72 26 172 0.58 0.85 0 0.33 258.9 0.74 0.39
Hex 48 1A AC 3A 55 0 21 103 4A 27
Octal 110 32 254 72 125 0 41 403 112 47
Binary 1001000 11010 10101100 111010 1010101 0 100001 100000011 1001010 100111

Color Harmonies of #481AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481AAC

Black with #481AAC

Text Example


Text Example

White with #481AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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