Html Css Color HEX #710AD8 Dark Violet

📋 copy color: '#710AD8'

red 113 ◦ green 10 ◦ blue 216

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

Shades of Dark Violet #710AD8

Tints of Dark Violet #710AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 63.72%

R = 33.33%
G = 2.95%
B = 63.72%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#710AD8 (or 0x710AD8) is known color: Dark Violet. HEX triplet: 71, 0A and D8. RGB value is (113,10,216). Sum of RGB (Red+Green+Blue) = 113+10+216=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 216 (84.77% from 255 or 63.72% from 339); Max value from RGB is 216 - color contains mainly: blue. Hex color #710AD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710AD8 is #8EF527. Grayscale: #3F3F3F. Windows color (decimal): -9368872 or 14158449. OLE color: 14158449.

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

Color convert

RGB 113 10 216 -
CMYK 0.48 0.95 0 0.15
HSL 270º 0.91% 0.44% -
HSV(B) 270º 0.95% 0.85% -
XYZ 19.31 8.69 65.62 -
YUV 64.28 213.62 162.75 -
System Red Green Blue C M Y K H S L
Decimal 113 10 216 0.48 0.95 0 0.15 270 0.91 0.44
Hex 71 A D8 30 5F 0 F 10E 5B 2C
Octal 161 12 330 60 137 0 17 416 133 54
Binary 1110001 1010 11011000 110000 1011111 0 1111 100001110 1011011 101100

Color Harmonies of #710AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710AD8

Black with #710AD8

Text Example


Text Example

White with #710AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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