Html Css Color HEX #481BAB Purple Heart

📋 copy color: '#481BAB'

red 72 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #481BAB

Tints of Purple Heart #481BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10%

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

R = 26.67%
G = 10%
B = 63.33%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#481BAB (or 0x481BAB) is known color: Purple Heart. HEX triplet: 48, 1B and AB. RGB value is (72,27,171). Sum of RGB (Red+Green+Blue) = 72+27+171=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #481BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481BAB is #B7E454. Grayscale: #383838. Windows color (decimal): -12051541 or 11213640. OLE color: 11213640.

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

Color convert

RGB 72 27 171 -
CMYK 0.58 0.84 0 0.33
HSL 258.75º 0.73% 0.39% -
HSV(B) 258.75º 0.84% 0.67% -
XYZ 10.42 5.1 38.96 -
YUV 56.87 192.41 138.79 -
System Red Green Blue C M Y K H S L
Decimal 72 27 171 0.58 0.84 0 0.33 258.75 0.73 0.39
Hex 48 1B AB 3A 54 0 21 103 49 27
Octal 110 33 253 72 124 0 41 403 111 47
Binary 1001000 11011 10101011 111010 1010100 0 100001 100000011 1001001 100111

Color Harmonies of #481BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481BAB

Black with #481BAB

Text Example


Text Example

White with #481BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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