Html Css Color HEX #720D85 Purple

📋 copy color: '#720D85'

red 114 ◦ green 13 ◦ blue 133

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

Shades of Purple #720D85

Tints of Purple #720D85

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5%

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

R = 43.85%
G = 5%
B = 51.15%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#720D85 (or 0x720D85) is known color: Purple. HEX triplet: 72, 0D and 85. RGB value is (114,13,133). Sum of RGB (Red+Green+Blue) = 114+13+133=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #720D85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720D85 is #8DF27A. Grayscale: #383838. Windows color (decimal): -9302651 or 8719730. OLE color: 8719730.

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

Color convert

RGB 114 13 133 -
CMYK 0.14 0.90 0 0.48
HSL 290.5º 0.82% 0.29% -
HSV(B) 290.5º 0.9% 0.52% -
XYZ 11.32 5.56 22.67 -
YUV 56.88 170.96 168.74 -
System Red Green Blue C M Y K H S L
Decimal 114 13 133 0.14 0.90 0 0.48 290.5 0.82 0.29
Hex 72 D 85 E 5A 0 30 122 52 1D
Octal 162 15 205 16 132 0 60 442 122 35
Binary 1110010 1101 10000101 1110 1011010 0 110000 100100010 1010010 11101

Color Harmonies of #720D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720D85

Black with #720D85

Text Example


Text Example

White with #720D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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