Html Css Color HEX #710575 Purple

📋 copy color: '#710575'

red 113 ◦ green 5 ◦ blue 117

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

Shades of Purple #710575

Tints of Purple #710575

RGB

 RED value IS 113 (44.53% from 255) = 48.09%

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

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

R = 48.09%
G = 2.13%
B = 49.79%

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

#710575 (or 0x710575) is known color: Purple. HEX triplet: 71, 05 and 75. RGB value is (113,5,117). Sum of RGB (Red+Green+Blue) = 113+5+117=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #710575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710575 is #8EFA8A. Grayscale: #313131. Windows color (decimal): -9370251 or 7669105. OLE color: 7669105.

HSL color Cylindrical-coordinate representation of color #710575: hue angle of 297.86º 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 #710575 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 5 117 -
CMYK 0.03 0.96 0 0.54
HSL 297.86º 0.92% 0.24% -
HSV(B) 297.86º 0.96% 0.46% -
XYZ 10.08 4.9 17.25 -
YUV 50.06 165.78 172.89 -
System Red Green Blue C M Y K H S L
Decimal 113 5 117 0.03 0.96 0 0.54 297.86 0.92 0.24
Hex 71 5 75 3 60 0 36 12A 5C 18
Octal 161 5 165 3 140 0 66 452 134 30
Binary 1110001 101 1110101 11 1100000 0 110110 100101010 1011100 11000

Color Harmonies of #710575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710575

Black with #710575

Text Example


Text Example

White with #710575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710575; }

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

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

background-color css

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

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

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

border-color css

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

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

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