Html Css Color HEX #720174 Purple

📋 copy color: '#720174'

red 114 ◦ green 1 ◦ blue 116

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

Shades of Purple #720174

Tints of Purple #720174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50.22%

R = 49.35%
G = 0.43%
B = 50.22%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#720174 (or 0x720174) is known color: Purple. HEX triplet: 72, 01 and 74. RGB value is (114,1,116). Sum of RGB (Red+Green+Blue) = 114+1+116=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #720174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720174 is #8DFE8B. Grayscale: #2F2F2F. Windows color (decimal): -9305740 or 7602546. OLE color: 7602546.

HSL color Cylindrical-coordinate representation of color #720174: hue angle of 298.96º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720174 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 1 116 -
CMYK 0.02 0.99 0 0.55
HSL 298.96º 0.98% 0.23% -
HSV(B) 298.96º 0.99% 0.45% -
XYZ 10.1 4.86 16.93 -
YUV 47.9 166.44 175.15 -
System Red Green Blue C M Y K H S L
Decimal 114 1 116 0.02 0.99 0 0.55 298.96 0.98 0.23
Hex 72 1 74 2 63 0 37 12B 62 17
Octal 162 1 164 2 143 0 67 453 142 27
Binary 1110010 1 1110100 10 1100011 0 110111 100101011 1100010 10111

Color Harmonies of #720174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720174

Black with #720174

Text Example


Text Example

White with #720174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720174; }

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

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

background-color css

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

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

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

border-color css

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

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

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