Html Css Color HEX #720875 Purple

📋 copy color: '#720875'

red 114 ◦ green 8 ◦ blue 117

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

Shades of Purple #720875

Tints of Purple #720875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 48.95%

R = 47.7%
G = 3.35%
B = 48.95%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#720875 (or 0x720875) is known color: Purple. HEX triplet: 72, 08 and 75. RGB value is (114,8,117). Sum of RGB (Red+Green+Blue) = 114+8+117=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #720875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720875 is #8DF78A. Grayscale: #333333. Windows color (decimal): -9303947 or 7669874. OLE color: 7669874.

HSL color Cylindrical-coordinate representation of color #720875: hue angle of 298.35º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720875 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 8 117 -
CMYK 0.03 0.93 0 0.54
HSL 298.35º 0.87% 0.25% -
HSV(B) 298.35º 0.93% 0.46% -
XYZ 10.24 5.04 17.26 -
YUV 52.12 164.62 172.14 -
System Red Green Blue C M Y K H S L
Decimal 114 8 117 0.03 0.93 0 0.54 298.35 0.87 0.25
Hex 72 8 75 3 5D 0 36 12A 57 19
Octal 162 10 165 3 135 0 66 452 127 31
Binary 1110010 1000 1110101 11 1011101 0 110110 100101010 1010111 11001

Color Harmonies of #720875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720875

Black with #720875

Text Example


Text Example

White with #720875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720875; }

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

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

background-color css

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

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

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

border-color css

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

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

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