Html Css Color HEX #481CAA Purple Heart

📋 copy color: '#481CAA'

red 72 ◦ green 28 ◦ blue 170

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

Shades of Purple Heart #481CAA

Tints of Purple Heart #481CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.37%

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

R = 26.67%
G = 10.37%
B = 62.96%

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

#481CAA (or 0x481CAA) is known color: Purple Heart. HEX triplet: 48, 1C and AA. RGB value is (72,28,170). Sum of RGB (Red+Green+Blue) = 72+28+170=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #481CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481CAA is #B7E355. Grayscale: #383838. Windows color (decimal): -12051286 or 11148360. OLE color: 11148360.

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

Color convert

RGB 72 28 170 -
CMYK 0.58 0.84 0 0.33
HSL 258.59º 0.72% 0.39% -
HSV(B) 258.59º 0.84% 0.67% -
XYZ 10.34 5.11 38.47 -
YUV 57.34 191.58 138.45 -
System Red Green Blue C M Y K H S L
Decimal 72 28 170 0.58 0.84 0 0.33 258.59 0.72 0.39
Hex 48 1C AA 3A 54 0 21 103 48 27
Octal 110 34 252 72 124 0 41 403 110 47
Binary 1001000 11100 10101010 111010 1010100 0 100001 100000011 1001000 100111

Color Harmonies of #481CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481CAA

Black with #481CAA

Text Example


Text Example

White with #481CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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