Html Css Color HEX #710C84 Purple

📋 copy color: '#710C84'

red 113 ◦ green 12 ◦ blue 132

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

Shades of Purple #710C84

Tints of Purple #710C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 51.36%

R = 43.97%
G = 4.67%
B = 51.36%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#710C84 (or 0x710C84) is known color: Purple. HEX triplet: 71, 0C and 84. RGB value is (113,12,132). Sum of RGB (Red+Green+Blue) = 113+12+132=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #710C84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710C84 is #8EF37B. Grayscale: #373737. Windows color (decimal): -9368444 or 8653937. OLE color: 8653937.

HSL color Cylindrical-coordinate representation of color #710C84: hue angle of 290.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710C84 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 12 132 -
CMYK 0.14 0.91 0 0.48
HSL 290.5º 0.83% 0.28% -
HSV(B) 290.5º 0.91% 0.52% -
XYZ 11.11 5.44 22.29 -
YUV 55.88 170.96 168.74 -
System Red Green Blue C M Y K H S L
Decimal 113 12 132 0.14 0.91 0 0.48 290.5 0.83 0.28
Hex 71 C 84 E 5B 0 30 122 53 1C
Octal 161 14 204 16 133 0 60 442 123 34
Binary 1110001 1100 10000100 1110 1011011 0 110000 100100010 1010011 11100

Color Harmonies of #710C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710C84

Black with #710C84

Text Example


Text Example

White with #710C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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