Html Css Color HEX #710B6C Purple

📋 copy color: '#710B6C'

red 113 ◦ green 11 ◦ blue 108

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

Shades of Purple #710B6C

Tints of Purple #710B6C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.74%

 BLUE value IS 108 (42.58% from 255) = 46.55%

R = 48.71%
G = 4.74%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#710B6C (or 0x710B6C) is known color: Purple. HEX triplet: 71, 0B and 6C. RGB value is (113,11,108). Sum of RGB (Red+Green+Blue) = 113+11+108=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #710B6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B6C is #8EF493. Grayscale: #343434. Windows color (decimal): -9368724 or 7080817. OLE color: 7080817.

HSL color Cylindrical-coordinate representation of color #710B6C: hue angle of 302.94º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710B6C is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 11 108 -
CMYK 0 0.90 0.04 0.56
HSL 302.94º 0.82% 0.24% -
HSV(B) 302.94º 0.9% 0.44% -
XYZ 9.64 4.83 14.61 -
YUV 52.56 159.29 171.11 -
System Red Green Blue C M Y K H S L
Decimal 113 11 108 0 0.90 0.04 0.56 302.94 0.82 0.24
Hex 71 B 6C 0 5A 4 38 12F 52 18
Octal 161 13 154 0 132 4 70 457 122 30
Binary 1110001 1011 1101100 0 1011010 100 111000 100101111 1010010 11000

Color Harmonies of #710B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B6C

Black with #710B6C

Text Example


Text Example

White with #710B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,11,108); }

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

background-color css

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

 a { background-color: rgb(113,11,108); }

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

border-color css

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

 span { border-color: rgb(113,11,108); }

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