Html Css Color HEX #721097 Purple

📋 copy color: '#721097'

red 114 ◦ green 16 ◦ blue 151

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

Shades of Purple #721097

Tints of Purple #721097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 53.74%

R = 40.57%
G = 5.69%
B = 53.74%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#721097 (or 0x721097) is known color: Purple. HEX triplet: 72, 10 and 97. RGB value is (114,16,151). Sum of RGB (Red+Green+Blue) = 114+16+151=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #721097 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721097 is #8DEF68. Grayscale: #3C3C3C. Windows color (decimal): -9301865 or 9900146. OLE color: 9900146.

HSL color Cylindrical-coordinate representation of color #721097: hue angle of 283.56º 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 #721097 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 16 151 -
CMYK 0.25 0.89 0 0.41
HSL 283.56º 0.81% 0.33% -
HSV(B) 283.56º 0.89% 0.59% -
XYZ 12.71 6.18 29.8 -
YUV 60.69 178.97 166.02 -
System Red Green Blue C M Y K H S L
Decimal 114 16 151 0.25 0.89 0 0.41 283.56 0.81 0.33
Hex 72 10 97 19 59 0 29 11C 51 21
Octal 162 20 227 31 131 0 51 434 121 41
Binary 1110010 10000 10010111 11001 1011001 0 101001 100011100 1010001 100001

Color Harmonies of #721097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721097

Black with #721097

Text Example


Text Example

White with #721097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721097; }

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

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

background-color css

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

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

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

border-color css

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

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

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