Html Css Color HEX #720785 Purple

📋 copy color: '#720785'

red 114 ◦ green 7 ◦ blue 133

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

Shades of Purple #720785

Tints of Purple #720785

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.76%

 BLUE value IS 133 (52.34% from 255) = 52.36%

R = 44.88%
G = 2.76%
B = 52.36%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#720785 (or 0x720785) is known color: Purple. HEX triplet: 72, 07 and 85. RGB value is (114,7,133). Sum of RGB (Red+Green+Blue) = 114+7+133=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #720785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720785 is #8DF87A. Grayscale: #343434. Windows color (decimal): -9304187 or 8718194. OLE color: 8718194.

HSL color Cylindrical-coordinate representation of color #720785: hue angle of 290.95º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720785 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 7 133 -
CMYK 0.14 0.95 0 0.48
HSL 290.95º 0.9% 0.27% -
HSV(B) 290.95º 0.95% 0.52% -
XYZ 11.25 5.42 22.64 -
YUV 53.36 172.95 171.25 -
System Red Green Blue C M Y K H S L
Decimal 114 7 133 0.14 0.95 0 0.48 290.95 0.9 0.27
Hex 72 7 85 E 5F 0 30 123 5A 1B
Octal 162 7 205 16 137 0 60 443 132 33
Binary 1110010 111 10000101 1110 1011111 0 110000 100100011 1011010 11011

Color Harmonies of #720785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720785

Black with #720785

Text Example


Text Example

White with #720785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720785; }

 p { color: rgb(114,7,133); }

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

background-color css

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

 a { background-color: rgb(114,7,133); }

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

border-color css

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

 span { border-color: rgb(114,7,133); }

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