Html Css Color HEX #721389 Purple

📋 copy color: '#721389'

red 114 ◦ green 19 ◦ blue 137

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

Shades of Purple #721389

Tints of Purple #721389

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.04%

 BLUE value IS 137 (53.91% from 255) = 50.74%

R = 42.22%
G = 7.04%
B = 50.74%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#721389 (or 0x721389) is known color: Purple. HEX triplet: 72, 13 and 89. RGB value is (114,19,137). Sum of RGB (Red+Green+Blue) = 114+19+137=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #721389 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721389 is #8DEC76. Grayscale: #3C3C3C. Windows color (decimal): -9301111 or 8983410. OLE color: 8983410.

HSL color Cylindrical-coordinate representation of color #721389: hue angle of 288.31º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721389 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 19 137 -
CMYK 0.17 0.86 0 0.46
HSL 288.31º 0.76% 0.31% -
HSV(B) 288.31º 0.86% 0.54% -
XYZ 11.69 5.85 24.18 -
YUV 60.86 170.97 165.91 -
System Red Green Blue C M Y K H S L
Decimal 114 19 137 0.17 0.86 0 0.46 288.31 0.76 0.31
Hex 72 13 89 11 56 0 2E 120 4C 1F
Octal 162 23 211 21 126 0 56 440 114 37
Binary 1110010 10011 10001001 10001 1010110 0 101110 100100000 1001100 11111

Color Harmonies of #721389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721389

Black with #721389

Text Example


Text Example

White with #721389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721389; }

 p { color: rgb(114,19,137); }

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

background-color css

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

 a { background-color: rgb(114,19,137); }

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

border-color css

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

 span { border-color: rgb(114,19,137); }

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