Html Css Color HEX #481FAB Purple Heart

📋 copy color: '#481FAB'

red 72 ◦ green 31 ◦ blue 171

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

Shades of Purple Heart #481FAB

Tints of Purple Heart #481FAB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.31%

 BLUE value IS 171 (67.19% from 255) = 62.41%

R = 26.28%
G = 11.31%
B = 62.41%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#481FAB (or 0x481FAB) is known color: Purple Heart. HEX triplet: 48, 1F and AB. RGB value is (72,31,171). Sum of RGB (Red+Green+Blue) = 72+31+171=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #481FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481FAB is #B7E054. Grayscale: #3A3A3A. Windows color (decimal): -12050517 or 11214664. OLE color: 11214664.

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

Color convert

RGB 72 31 171 -
CMYK 0.58 0.82 0 0.33
HSL 257.57º 0.69% 0.4% -
HSV(B) 257.57º 0.82% 0.67% -
XYZ 10.51 5.3 39 -
YUV 59.22 191.08 137.12 -
System Red Green Blue C M Y K H S L
Decimal 72 31 171 0.58 0.82 0 0.33 257.57 0.69 0.4
Hex 48 1F AB 3A 52 0 21 102 45 28
Octal 110 37 253 72 122 0 41 402 105 50
Binary 1001000 11111 10101011 111010 1010010 0 100001 100000010 1000101 101000

Color Harmonies of #481FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481FAB

Black with #481FAB

Text Example


Text Example

White with #481FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,31,171); }

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

background-color css

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

 a { background-color: rgb(72,31,171); }

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

border-color css

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

 span { border-color: rgb(72,31,171); }

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