Html Css Color HEX #481BAD Purple Heart

📋 copy color: '#481BAD'

red 72 ◦ green 27 ◦ blue 173

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

Shades of Purple Heart #481BAD

Tints of Purple Heart #481BAD

RGB

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

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

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

R = 26.47%
G = 9.93%
B = 63.6%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#481BAD (or 0x481BAD) is known color: Purple Heart. HEX triplet: 48, 1B and AD. RGB value is (72,27,173). Sum of RGB (Red+Green+Blue) = 72+27+173=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #481BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481BAD is #B7E452. Grayscale: #383838. Windows color (decimal): -12051539 or 11344712. OLE color: 11344712.

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

Color convert

RGB 72 27 173 -
CMYK 0.58 0.84 0 0.32
HSL 258.49º 0.73% 0.39% -
HSV(B) 258.49º 0.84% 0.68% -
XYZ 10.61 5.18 39.98 -
YUV 57.1 193.41 138.63 -
System Red Green Blue C M Y K H S L
Decimal 72 27 173 0.58 0.84 0 0.32 258.49 0.73 0.39
Hex 48 1B AD 3A 54 0 20 102 49 27
Octal 110 33 255 72 124 0 40 402 111 47
Binary 1001000 11011 10101101 111010 1010100 0 100000 100000010 1001001 100111

Color Harmonies of #481BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481BAD

Black with #481BAD

Text Example


Text Example

White with #481BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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