Html Css Color HEX #710075 Purple

📋 copy color: '#710075'

red 113 ◦ green 0 ◦ blue 117

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

Shades of Purple #710075

Tints of Purple #710075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.13%
G = 0%
B = 50.87%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#710075 (or 0x710075) is known color: Purple. HEX triplet: 71, 00 and 75. RGB value is (113,0,117). Sum of RGB (Red+Green+Blue) = 113+0+117=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #710075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710075 is #8EFF8A. Grayscale: #2E2E2E. Windows color (decimal): -9371531 or 7667825. OLE color: 7667825.

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

Color convert

RGB 113 0 117 -
CMYK 0.03 1 0 0.54
HSL 297.95º 1% 0.23% -
HSV(B) 297.95º 1% 0.46% -
XYZ 10.02 4.8 17.23 -
YUV 47.13 167.44 174.99 -
System Red Green Blue C M Y K H S L
Decimal 113 0 117 0.03 1 0 0.54 297.95 1 0.23
Hex 71 0 75 3 64 0 36 12A 64 17
Octal 161 0 165 3 144 0 66 452 144 27
Binary 1110001 0 1110101 11 1100100 0 110110 100101010 1100100 10111

Color Harmonies of #710075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710075

Black with #710075

Text Example


Text Example

White with #710075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710075; }

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

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

background-color css

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

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

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

border-color css

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

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

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