Html Css Color HEX #481EAD Purple Heart

📋 copy color: '#481EAD'

red 72 ◦ green 30 ◦ blue 173

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

Shades of Purple Heart #481EAD

Tints of Purple Heart #481EAD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.91%

 BLUE value IS 173 (67.97% from 255) = 62.91%

R = 26.18%
G = 10.91%
B = 62.91%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#481EAD (or 0x481EAD) is known color: Purple Heart. HEX triplet: 48, 1E and AD. RGB value is (72,30,173). Sum of RGB (Red+Green+Blue) = 72+30+173=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #481EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481EAD is #B7E152. Grayscale: #3A3A3A. Windows color (decimal): -12050771 or 11345480. OLE color: 11345480.

HSL color Cylindrical-coordinate representation of color #481EAD: hue angle of 257.62º degrees, saturation: 0.7, 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 #481EAD is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 30 173 -
CMYK 0.58 0.83 0 0.32
HSL 257.62º 0.7% 0.4% -
HSV(B) 257.62º 0.83% 0.68% -
XYZ 10.68 5.32 40 -
YUV 58.86 192.41 137.37 -
System Red Green Blue C M Y K H S L
Decimal 72 30 173 0.58 0.83 0 0.32 257.62 0.7 0.4
Hex 48 1E AD 3A 53 0 20 102 46 28
Octal 110 36 255 72 123 0 40 402 106 50
Binary 1001000 11110 10101101 111010 1010011 0 100000 100000010 1000110 101000

Color Harmonies of #481EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481EAD

Black with #481EAD

Text Example


Text Example

White with #481EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,30,173); }

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

background-color css

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

 a { background-color: rgb(72,30,173); }

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

border-color css

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

 span { border-color: rgb(72,30,173); }

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