Html Css Color HEX #481DAE Purple Heart

📋 copy color: '#481DAE'

red 72 ◦ green 29 ◦ blue 174

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

Shades of Purple Heart #481DAE

Tints of Purple Heart #481DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.55%

 BLUE value IS 174 (68.36% from 255) = 63.27%

R = 26.18%
G = 10.55%
B = 63.27%

CMYK

 C value IS 0.59

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#481DAE (or 0x481DAE) is known color: Purple Heart. HEX triplet: 48, 1D and AE. RGB value is (72,29,174). Sum of RGB (Red+Green+Blue) = 72+29+174=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #481DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481DAE is #B7E251. Grayscale: #393939. Windows color (decimal): -12051026 or 11410760. OLE color: 11410760.

HSL color Cylindrical-coordinate representation of color #481DAE: hue angle of 257.79º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481DAE is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 29 174 -
CMYK 0.59 0.83 0 0.32
HSL 257.79º 0.71% 0.4% -
HSV(B) 257.79º 0.83% 0.68% -
XYZ 10.75 5.31 40.5 -
YUV 58.39 193.25 137.71 -
System Red Green Blue C M Y K H S L
Decimal 72 29 174 0.59 0.83 0 0.32 257.79 0.71 0.4
Hex 48 1D AE 3B 53 0 20 102 47 28
Octal 110 35 256 73 123 0 40 402 107 50
Binary 1001000 11101 10101110 111011 1010011 0 100000 100000010 1000111 101000

Color Harmonies of #481DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481DAE

Black with #481DAE

Text Example


Text Example

White with #481DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,29,174); }

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

background-color css

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

 a { background-color: rgb(72,29,174); }

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

border-color css

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

 span { border-color: rgb(72,29,174); }

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