Html Css Color HEX #481DAD Purple Heart

📋 copy color: '#481DAD'

red 72 ◦ green 29 ◦ blue 173

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

Shades of Purple Heart #481DAD

Tints of Purple Heart #481DAD

RGB

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

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

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

R = 26.28%
G = 10.58%
B = 63.14%

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

#481DAD (or 0x481DAD) is known color: Purple Heart. HEX triplet: 48, 1D and AD. RGB value is (72,29,173). Sum of RGB (Red+Green+Blue) = 72+29+173=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #481DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481DAD is #B7E252. Grayscale: #393939. Windows color (decimal): -12051027 or 11345224. OLE color: 11345224.

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

Color convert

RGB 72 29 173 -
CMYK 0.58 0.83 0 0.32
HSL 257.92º 0.71% 0.4% -
HSV(B) 257.92º 0.83% 0.68% -
XYZ 10.65 5.27 39.99 -
YUV 58.27 192.75 137.79 -
System Red Green Blue C M Y K H S L
Decimal 72 29 173 0.58 0.83 0 0.32 257.92 0.71 0.4
Hex 48 1D AD 3A 53 0 20 102 47 28
Octal 110 35 255 72 123 0 40 402 107 50
Binary 1001000 11101 10101101 111010 1010011 0 100000 100000010 1000111 101000

Color Harmonies of #481DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481DAD

Black with #481DAD

Text Example


Text Example

White with #481DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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