Html Css Color HEX #721096 Purple

📋 copy color: '#721096'

red 114 ◦ green 16 ◦ blue 150

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

Shades of Purple #721096

Tints of Purple #721096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 53.57%

R = 40.71%
G = 5.71%
B = 53.57%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#721096 (or 0x721096) is known color: Purple. HEX triplet: 72, 10 and 96. RGB value is (114,16,150). Sum of RGB (Red+Green+Blue) = 114+16+150=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #721096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721096 is #8DEF69. Grayscale: #3C3C3C. Windows color (decimal): -9301866 or 9834610. OLE color: 9834610.

HSL color Cylindrical-coordinate representation of color #721096: hue angle of 283.88º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #721096 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 16 150 -
CMYK 0.24 0.89 0 0.41
HSL 283.88º 0.81% 0.33% -
HSV(B) 283.88º 0.89% 0.59% -
XYZ 12.63 6.15 29.38 -
YUV 60.58 178.47 166.1 -
System Red Green Blue C M Y K H S L
Decimal 114 16 150 0.24 0.89 0 0.41 283.88 0.81 0.33
Hex 72 10 96 18 59 0 29 11C 51 21
Octal 162 20 226 30 131 0 51 434 121 41
Binary 1110010 10000 10010110 11000 1011001 0 101001 100011100 1010001 100001

Color Harmonies of #721096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721096

Black with #721096

Text Example


Text Example

White with #721096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721096; }

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

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

background-color css

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

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

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

border-color css

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

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

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