Html Css Color HEX #720874 Purple

📋 copy color: '#720874'

red 114 ◦ green 8 ◦ blue 116

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

Shades of Purple #720874

Tints of Purple #720874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.36%

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

R = 47.9%
G = 3.36%
B = 48.74%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#720874 (or 0x720874) is known color: Purple. HEX triplet: 72, 08 and 74. RGB value is (114,8,116). Sum of RGB (Red+Green+Blue) = 114+8+116=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #720874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720874 is #8DF78B. Grayscale: #333333. Windows color (decimal): -9303948 or 7604338. OLE color: 7604338.

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

Color convert

RGB 114 8 116 -
CMYK 0.02 0.93 0 0.55
HSL 298.89º 0.87% 0.24% -
HSV(B) 298.89º 0.93% 0.45% -
XYZ 10.18 5.01 16.95 -
YUV 52.01 164.12 172.22 -
System Red Green Blue C M Y K H S L
Decimal 114 8 116 0.02 0.93 0 0.55 298.89 0.87 0.24
Hex 72 8 74 2 5D 0 37 12B 57 18
Octal 162 10 164 2 135 0 67 453 127 30
Binary 1110010 1000 1110100 10 1011101 0 110111 100101011 1010111 11000

Color Harmonies of #720874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720874

Black with #720874

Text Example


Text Example

White with #720874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720874; }

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

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

background-color css

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

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

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

border-color css

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

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

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