Html Css Color HEX #721095 Purple

📋 copy color: '#721095'

red 114 ◦ green 16 ◦ blue 149

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

Shades of Purple #721095

Tints of Purple #721095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.73%

 BLUE value IS 149 (58.59% from 255) = 53.41%

R = 40.86%
G = 5.73%
B = 53.41%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#721095 (or 0x721095) is known color: Purple. HEX triplet: 72, 10 and 95. RGB value is (114,16,149). Sum of RGB (Red+Green+Blue) = 114+16+149=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #721095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721095 is #8DEF6A. Grayscale: #3C3C3C. Windows color (decimal): -9301867 or 9769074. OLE color: 9769074.

HSL color Cylindrical-coordinate representation of color #721095: hue angle of 284.21º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #721095 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 16 149 -
CMYK 0.23 0.89 0 0.42
HSL 284.21º 0.81% 0.32% -
HSV(B) 284.21º 0.89% 0.58% -
XYZ 12.55 6.12 28.95 -
YUV 60.46 177.97 166.19 -
System Red Green Blue C M Y K H S L
Decimal 114 16 149 0.23 0.89 0 0.42 284.21 0.81 0.32
Hex 72 10 95 17 59 0 2A 11C 51 20
Octal 162 20 225 27 131 0 52 434 121 40
Binary 1110010 10000 10010101 10111 1011001 0 101010 100011100 1010001 100000

Color Harmonies of #721095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721095

Black with #721095

Text Example


Text Example

White with #721095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721095; }

 p { color: rgb(114,16,149); }

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

background-color css

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

 a { background-color: rgb(114,16,149); }

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

border-color css

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

 span { border-color: rgb(114,16,149); }

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