Html Css Color HEX #710875 Purple

📋 copy color: '#710875'

red 113 ◦ green 8 ◦ blue 117

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

Shades of Purple #710875

Tints of Purple #710875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.36%

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

R = 47.48%
G = 3.36%
B = 49.16%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#710875 (or 0x710875) is known color: Purple. HEX triplet: 71, 08 and 75. RGB value is (113,8,117). Sum of RGB (Red+Green+Blue) = 113+8+117=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #710875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710875 is #8EF78A. Grayscale: #333333. Windows color (decimal): -9369483 or 7669873. OLE color: 7669873.

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

Color convert

RGB 113 8 117 -
CMYK 0.03 0.93 0 0.54
HSL 297.8º 0.87% 0.25% -
HSV(B) 297.8º 0.93% 0.46% -
XYZ 10.11 4.97 17.26 -
YUV 51.82 164.79 171.64 -
System Red Green Blue C M Y K H S L
Decimal 113 8 117 0.03 0.93 0 0.54 297.8 0.87 0.25
Hex 71 8 75 3 5D 0 36 12A 57 19
Octal 161 10 165 3 135 0 66 452 127 31
Binary 1110001 1000 1110101 11 1011101 0 110110 100101010 1010111 11001

Color Harmonies of #710875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710875

Black with #710875

Text Example


Text Example

White with #710875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710875; }

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

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

background-color css

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

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

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

border-color css

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

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

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