Html Css Color HEX #710C6F Purple

📋 copy color: '#710C6F'

red 113 ◦ green 12 ◦ blue 111

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

Shades of Purple #710C6F

Tints of Purple #710C6F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.08%

 BLUE value IS 111 (43.75% from 255) = 47.03%

R = 47.88%
G = 5.08%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#710C6F (or 0x710C6F) is known color: Purple. HEX triplet: 71, 0C and 6F. RGB value is (113,12,111). Sum of RGB (Red+Green+Blue) = 113+12+111=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #710C6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710C6F is #8EF390. Grayscale: #353535. Windows color (decimal): -9368465 or 7277681. OLE color: 7277681.

HSL color Cylindrical-coordinate representation of color #710C6F: hue angle of 301.19º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #710C6F is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 12 111 -
CMYK 0 0.89 0.02 0.56
HSL 301.19º 0.81% 0.25% -
HSV(B) 301.19º 0.89% 0.44% -
XYZ 9.81 4.92 15.47 -
YUV 53.49 160.46 170.45 -
System Red Green Blue C M Y K H S L
Decimal 113 12 111 0 0.89 0.02 0.56 301.19 0.81 0.25
Hex 71 C 6F 0 59 2 38 12D 51 19
Octal 161 14 157 0 131 2 70 455 121 31
Binary 1110001 1100 1101111 0 1011001 10 111000 100101101 1010001 11001

Color Harmonies of #710C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710C6F

Black with #710C6F

Text Example


Text Example

White with #710C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710C6F; }

 p { color: rgb(113,12,111); }

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

background-color css

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

 a { background-color: rgb(113,12,111); }

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

border-color css

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

 span { border-color: rgb(113,12,111); }

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