Html Css Color HEX #721BAB Purple Heart

📋 copy color: '#721BAB'

red 114 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #721BAB

Tints of Purple Heart #721BAB

RGB

 RED value IS 114 (44.92% from 255) = 36.54%

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

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

R = 36.54%
G = 8.65%
B = 54.81%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#721BAB (or 0x721BAB) is known color: Purple Heart. HEX triplet: 72, 1B and AB. RGB value is (114,27,171). Sum of RGB (Red+Green+Blue) = 114+27+171=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #721BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721BAB is #8DE454. Grayscale: #444444. Windows color (decimal): -9299029 or 11213682. OLE color: 11213682.

HSL color Cylindrical-coordinate representation of color #721BAB: hue angle of 276.25º 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 #721BAB is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 27 171 -
CMYK 0.33 0.84 0 0.33
HSL 276.25º 0.73% 0.39% -
HSV(B) 276.25º 0.84% 0.67% -
XYZ 14.68 7.3 39.16 -
YUV 69.43 185.32 159.79 -
System Red Green Blue C M Y K H S L
Decimal 114 27 171 0.33 0.84 0 0.33 276.25 0.73 0.39
Hex 72 1B AB 21 54 0 21 114 49 27
Octal 162 33 253 41 124 0 41 424 111 47
Binary 1110010 11011 10101011 100001 1010100 0 100001 100010100 1001001 100111

Color Harmonies of #721BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721BAB

Black with #721BAB

Text Example


Text Example

White with #721BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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