Html Css Color HEX #710175 Purple

📋 copy color: '#710175'

red 113 ◦ green 1 ◦ blue 117

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

Shades of Purple #710175

Tints of Purple #710175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 48.92%
G = 0.43%
B = 50.65%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#710175 (or 0x710175) is known color: Purple. HEX triplet: 71, 01 and 75. RGB value is (113,1,117). Sum of RGB (Red+Green+Blue) = 113+1+117=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #710175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710175 is #8EFE8A. Grayscale: #2F2F2F. Windows color (decimal): -9371275 or 7668081. OLE color: 7668081.

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

Color convert

RGB 113 1 117 -
CMYK 0.03 0.99 0 0.54
HSL 297.93º 0.98% 0.23% -
HSV(B) 297.93º 0.99% 0.46% -
XYZ 10.03 4.82 17.23 -
YUV 47.71 167.11 174.57 -
System Red Green Blue C M Y K H S L
Decimal 113 1 117 0.03 0.99 0 0.54 297.93 0.98 0.23
Hex 71 1 75 3 63 0 36 12A 62 17
Octal 161 1 165 3 143 0 66 452 142 27
Binary 1110001 1 1110101 11 1100011 0 110110 100101010 1100010 10111

Color Harmonies of #710175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710175

Black with #710175

Text Example


Text Example

White with #710175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710175; }

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

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

background-color css

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

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

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

border-color css

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

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

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