Html Css Color HEX #481FAA Purple Heart

📋 copy color: '#481FAA'

red 72 ◦ green 31 ◦ blue 170

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

Shades of Purple Heart #481FAA

Tints of Purple Heart #481FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.36%

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

R = 26.37%
G = 11.36%
B = 62.27%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#481FAA (or 0x481FAA) is known color: Purple Heart. HEX triplet: 48, 1F and AA. RGB value is (72,31,170). Sum of RGB (Red+Green+Blue) = 72+31+170=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #481FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481FAA is #B7E055. Grayscale: #3A3A3A. Windows color (decimal): -12050518 or 11149128. OLE color: 11149128.

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

Color convert

RGB 72 31 170 -
CMYK 0.58 0.82 0 0.33
HSL 257.7º 0.69% 0.39% -
HSV(B) 257.7º 0.82% 0.67% -
XYZ 10.42 5.26 38.5 -
YUV 59.11 190.58 137.2 -
System Red Green Blue C M Y K H S L
Decimal 72 31 170 0.58 0.82 0 0.33 257.7 0.69 0.39
Hex 48 1F AA 3A 52 0 21 102 45 27
Octal 110 37 252 72 122 0 41 402 105 47
Binary 1001000 11111 10101010 111010 1010010 0 100001 100000010 1000101 100111

Color Harmonies of #481FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481FAA

Black with #481FAA

Text Example


Text Example

White with #481FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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