Html Css Color HEX #481AAF Purple Heart

📋 copy color: '#481AAF'

red 72 ◦ green 26 ◦ blue 175

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

Shades of Purple Heart #481AAF

Tints of Purple Heart #481AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 64.1%

R = 26.37%
G = 9.52%
B = 64.1%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#481AAF (or 0x481AAF) is known color: Purple Heart. HEX triplet: 48, 1A and AF. RGB value is (72,26,175). Sum of RGB (Red+Green+Blue) = 72+26+175=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #481AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481AAF is #B7E550. Grayscale: #383838. Windows color (decimal): -12051793 or 11475528. OLE color: 11475528.

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

Color convert

RGB 72 26 175 -
CMYK 0.59 0.85 0 0.31
HSL 258.52º 0.74% 0.39% -
HSV(B) 258.52º 0.85% 0.69% -
XYZ 10.78 5.21 41 -
YUV 56.74 194.74 138.88 -
System Red Green Blue C M Y K H S L
Decimal 72 26 175 0.59 0.85 0 0.31 258.52 0.74 0.39
Hex 48 1A AF 3B 55 0 1F 103 4A 27
Octal 110 32 257 73 125 0 37 403 112 47
Binary 1001000 11010 10101111 111011 1010101 0 11111 100000011 1001010 100111

Color Harmonies of #481AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481AAF

Black with #481AAF

Text Example


Text Example

White with #481AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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