Html Css Color HEX #481DAC Purple Heart

📋 copy color: '#481DAC'

red 72 ◦ green 29 ◦ blue 172

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

Shades of Purple Heart #481DAC

Tints of Purple Heart #481DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 63%

R = 26.37%
G = 10.62%
B = 63%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#481DAC (or 0x481DAC) is known color: Purple Heart. HEX triplet: 48, 1D and AC. RGB value is (72,29,172). Sum of RGB (Red+Green+Blue) = 72+29+172=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #481DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481DAC is #B7E253. Grayscale: #393939. Windows color (decimal): -12051028 or 11279688. OLE color: 11279688.

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

Color convert

RGB 72 29 172 -
CMYK 0.58 0.83 0 0.33
HSL 258.04º 0.71% 0.39% -
HSV(B) 258.04º 0.83% 0.67% -
XYZ 10.56 5.24 39.48 -
YUV 58.16 192.25 137.87 -
System Red Green Blue C M Y K H S L
Decimal 72 29 172 0.58 0.83 0 0.33 258.04 0.71 0.39
Hex 48 1D AC 3A 53 0 21 102 47 27
Octal 110 35 254 72 123 0 41 402 107 47
Binary 1001000 11101 10101100 111010 1010011 0 100001 100000010 1000111 100111

Color Harmonies of #481DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481DAC

Black with #481DAC

Text Example


Text Example

White with #481DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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