Html Css Color HEX #720F85 Purple

📋 copy color: '#720F85'

red 114 ◦ green 15 ◦ blue 133

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

Shades of Purple #720F85

Tints of Purple #720F85

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.73%

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

R = 43.51%
G = 5.73%
B = 50.76%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#720F85 (or 0x720F85) is known color: Purple. HEX triplet: 72, 0F and 85. RGB value is (114,15,133). Sum of RGB (Red+Green+Blue) = 114+15+133=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #720F85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720F85 is #8DF07A. Grayscale: #393939. Windows color (decimal): -9302139 or 8720242. OLE color: 8720242.

HSL color Cylindrical-coordinate representation of color #720F85: hue angle of 290.34º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720F85 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 15 133 -
CMYK 0.14 0.89 0 0.48
HSL 290.34º 0.8% 0.29% -
HSV(B) 290.34º 0.89% 0.52% -
XYZ 11.34 5.61 22.68 -
YUV 58.05 170.3 167.91 -
System Red Green Blue C M Y K H S L
Decimal 114 15 133 0.14 0.89 0 0.48 290.34 0.8 0.29
Hex 72 F 85 E 59 0 30 122 50 1D
Octal 162 17 205 16 131 0 60 442 120 35
Binary 1110010 1111 10000101 1110 1011001 0 110000 100100010 1010000 11101

Color Harmonies of #720F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720F85

Black with #720F85

Text Example


Text Example

White with #720F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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