Html Css Color HEX #710275 Purple

📋 copy color: '#710275'

red 113 ◦ green 2 ◦ blue 117

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

Shades of Purple #710275

Tints of Purple #710275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

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

R = 48.71%
G = 0.86%
B = 50.43%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#710275 (or 0x710275) is known color: Purple. HEX triplet: 71, 02 and 75. RGB value is (113,2,117). Sum of RGB (Red+Green+Blue) = 113+2+117=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #710275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710275 is #8EFD8A. Grayscale: #2F2F2F. Windows color (decimal): -9371019 or 7668337. OLE color: 7668337.

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

Color convert

RGB 113 2 117 -
CMYK 0.03 0.98 0 0.54
HSL 297.91º 0.97% 0.23% -
HSV(B) 297.91º 0.98% 0.46% -
XYZ 10.04 4.84 17.23 -
YUV 48.3 166.77 174.15 -
System Red Green Blue C M Y K H S L
Decimal 113 2 117 0.03 0.98 0 0.54 297.91 0.97 0.23
Hex 71 2 75 3 62 0 36 12A 61 17
Octal 161 2 165 3 142 0 66 452 141 27
Binary 1110001 10 1110101 11 1100010 0 110110 100101010 1100001 10111

Color Harmonies of #710275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710275

Black with #710275

Text Example


Text Example

White with #710275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710275; }

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

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

background-color css

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

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

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

border-color css

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

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

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