Html Css Color HEX #720575 Purple

📋 copy color: '#720575'

red 114 ◦ green 5 ◦ blue 117

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

Shades of Purple #720575

Tints of Purple #720575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.12%

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

R = 48.31%
G = 2.12%
B = 49.58%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#720575 (or 0x720575) is known color: Purple. HEX triplet: 72, 05 and 75. RGB value is (114,5,117). Sum of RGB (Red+Green+Blue) = 114+5+117=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #720575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720575 is #8DFA8A. Grayscale: #323232. Windows color (decimal): -9304715 or 7669106. OLE color: 7669106.

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

Color convert

RGB 114 5 117 -
CMYK 0.03 0.96 0 0.54
HSL 298.39º 0.92% 0.24% -
HSV(B) 298.39º 0.96% 0.46% -
XYZ 10.2 4.97 17.25 -
YUV 50.36 165.61 173.39 -
System Red Green Blue C M Y K H S L
Decimal 114 5 117 0.03 0.96 0 0.54 298.39 0.92 0.24
Hex 72 5 75 3 60 0 36 12A 5C 18
Octal 162 5 165 3 140 0 66 452 134 30
Binary 1110010 101 1110101 11 1100000 0 110110 100101010 1011100 11000

Color Harmonies of #720575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720575

Black with #720575

Text Example


Text Example

White with #720575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720575; }

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

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

background-color css

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

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

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

border-color css

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

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

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