Html Css Color HEX #710C7D Purple

📋 copy color: '#710C7D'

red 113 ◦ green 12 ◦ blue 125

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

Shades of Purple #710C7D

Tints of Purple #710C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50%

R = 45.2%
G = 4.8%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#710C7D (or 0x710C7D) is known color: Purple. HEX triplet: 71, 0C and 7D. RGB value is (113,12,125). Sum of RGB (Red+Green+Blue) = 113+12+125=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #710C7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710C7D is #8EF382. Grayscale: #363636. Windows color (decimal): -9368451 or 8195185. OLE color: 8195185.

HSL color Cylindrical-coordinate representation of color #710C7D: hue angle of 293.63º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710C7D is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 12 125 -
CMYK 0.10 0.90 0 0.51
HSL 293.63º 0.82% 0.27% -
HSV(B) 293.63º 0.9% 0.49% -
XYZ 10.64 5.25 19.86 -
YUV 55.08 167.46 169.31 -
System Red Green Blue C M Y K H S L
Decimal 113 12 125 0.10 0.90 0 0.51 293.63 0.82 0.27
Hex 71 C 7D A 5A 0 33 126 52 1B
Octal 161 14 175 12 132 0 63 446 122 33
Binary 1110001 1100 1111101 1010 1011010 0 110011 100100110 1010010 11011

Color Harmonies of #710C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710C7D

Black with #710C7D

Text Example


Text Example

White with #710C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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