Html Css Color HEX #481CAF Purple Heart

📋 copy color: '#481CAF'

red 72 ◦ green 28 ◦ blue 175

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

Shades of Purple Heart #481CAF

Tints of Purple Heart #481CAF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.18%

 BLUE value IS 175 (68.75% from 255) = 63.64%

R = 26.18%
G = 10.18%
B = 63.64%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#481CAF (or 0x481CAF) is known color: Purple Heart. HEX triplet: 48, 1C and AF. RGB value is (72,28,175). Sum of RGB (Red+Green+Blue) = 72+28+175=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #481CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481CAF is #B7E350. Grayscale: #393939. Windows color (decimal): -12051281 or 11476040. OLE color: 11476040.

HSL color Cylindrical-coordinate representation of color #481CAF: hue angle of 257.96º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481CAF is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 28 175 -
CMYK 0.59 0.84 0 0.31
HSL 257.96º 0.72% 0.4% -
HSV(B) 257.96º 0.84% 0.69% -
XYZ 10.83 5.3 41.01 -
YUV 57.91 194.08 138.05 -
System Red Green Blue C M Y K H S L
Decimal 72 28 175 0.59 0.84 0 0.31 257.96 0.72 0.4
Hex 48 1C AF 3B 54 0 1F 102 48 28
Octal 110 34 257 73 124 0 37 402 110 50
Binary 1001000 11100 10101111 111011 1010100 0 11111 100000010 1001000 101000

Color Harmonies of #481CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481CAF

Black with #481CAF

Text Example


Text Example

White with #481CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,28,175); }

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

background-color css

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

 a { background-color: rgb(72,28,175); }

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

border-color css

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

 span { border-color: rgb(72,28,175); }

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