Html Css Color HEX #710C8C Purple

📋 copy color: '#710C8C'

red 113 ◦ green 12 ◦ blue 140

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

Shades of Purple #710C8C

Tints of Purple #710C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.83%

R = 42.64%
G = 4.53%
B = 52.83%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#710C8C (or 0x710C8C) is known color: Purple. HEX triplet: 71, 0C and 8C. RGB value is (113,12,140). Sum of RGB (Red+Green+Blue) = 113+12+140=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #710C8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710C8C is #8EF373. Grayscale: #383838. Windows color (decimal): -9368436 or 9178225. OLE color: 9178225.

HSL color Cylindrical-coordinate representation of color #710C8C: hue angle of 287.34º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710C8C is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 12 140 -
CMYK 0.19 0.91 0 0.45
HSL 287.34º 0.84% 0.3% -
HSV(B) 287.34º 0.91% 0.55% -
XYZ 11.68 5.67 25.29 -
YUV 56.79 174.96 168.09 -
System Red Green Blue C M Y K H S L
Decimal 113 12 140 0.19 0.91 0 0.45 287.34 0.84 0.3
Hex 71 C 8C 13 5B 0 2D 11F 54 1E
Octal 161 14 214 23 133 0 55 437 124 36
Binary 1110001 1100 10001100 10011 1011011 0 101101 100011111 1010100 11110

Color Harmonies of #710C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710C8C

Black with #710C8C

Text Example


Text Example

White with #710C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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