Html Css Color HEX #710AD6 Dark Violet

📋 copy color: '#710AD6'

red 113 ◦ green 10 ◦ blue 214

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

Shades of Dark Violet #710AD6

Tints of Dark Violet #710AD6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.97%

 BLUE value IS 214 (83.98% from 255) = 63.5%

R = 33.53%
G = 2.97%
B = 63.5%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#710AD6 (or 0x710AD6) is known color: Dark Violet. HEX triplet: 71, 0A and D6. RGB value is (113,10,214). Sum of RGB (Red+Green+Blue) = 113+10+214=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 214 (83.98% from 255 or 63.50% from 337); Max value from RGB is 214 - color contains mainly: blue. Hex color #710AD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710AD6 is #8EF529. Grayscale: #3F3F3F. Windows color (decimal): -9368874 or 14027377. OLE color: 14027377.

HSL color Cylindrical-coordinate representation of color #710AD6: hue angle of 270.29º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710AD6 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 10 214 -
CMYK 0.47 0.95 0 0.16
HSL 270.29º 0.91% 0.44% -
HSV(B) 270.29º 0.95% 0.84% -
XYZ 19.06 8.58 64.27 -
YUV 64.05 212.62 162.91 -
System Red Green Blue C M Y K H S L
Decimal 113 10 214 0.47 0.95 0 0.16 270.29 0.91 0.44
Hex 71 A D6 2F 5F 0 10 10E 5B 2C
Octal 161 12 326 57 137 0 20 416 133 54
Binary 1110001 1010 11010110 101111 1011111 0 10000 100001110 1011011 101100

Color Harmonies of #710AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710AD6

Black with #710AD6

Text Example


Text Example

White with #710AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,10,214); }

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

background-color css

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

 a { background-color: rgb(113,10,214); }

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

border-color css

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

 span { border-color: rgb(113,10,214); }

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