Html Css Color HEX #720197 Purple

📋 copy color: '#720197'

red 114 ◦ green 1 ◦ blue 151

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

Shades of Purple #720197

Tints of Purple #720197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 42.86%
G = 0.38%
B = 56.77%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#720197 (or 0x720197) is known color: Purple. HEX triplet: 72, 01 and 97. RGB value is (114,1,151). Sum of RGB (Red+Green+Blue) = 114+1+151=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 151 (59.38% from 255 or 56.77% from 266); Max value from RGB is 151 - color contains mainly: blue. Hex color #720197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720197 is #8DFE68. Grayscale: #333333. Windows color (decimal): -9305705 or 9896306. OLE color: 9896306.

HSL color Cylindrical-coordinate representation of color #720197: hue angle of 285.2º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720197 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 1 151 -
CMYK 0.25 0.99 0 0.41
HSL 285.2º 0.99% 0.3% -
HSV(B) 285.2º 0.99% 0.59% -
XYZ 12.54 5.83 29.74 -
YUV 51.89 183.94 172.3 -
System Red Green Blue C M Y K H S L
Decimal 114 1 151 0.25 0.99 0 0.41 285.2 0.99 0.3
Hex 72 1 97 19 63 0 29 11D 63 1E
Octal 162 1 227 31 143 0 51 435 143 36
Binary 1110010 1 10010111 11001 1100011 0 101001 100011101 1100011 11110

Color Harmonies of #720197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720197

Black with #720197

Text Example


Text Example

White with #720197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720197; }

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

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

background-color css

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

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

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

border-color css

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

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

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