Html Css Color HEX #710ACE Dark Violet

📋 copy color: '#710ACE'

red 113 ◦ green 10 ◦ blue 206

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

Shades of Dark Violet #710ACE

Tints of Dark Violet #710ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.61%

R = 34.35%
G = 3.04%
B = 62.61%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#710ACE (or 0x710ACE) is known color: Dark Violet. HEX triplet: 71, 0A and CE. RGB value is (113,10,206). Sum of RGB (Red+Green+Blue) = 113+10+206=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #710ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710ACE is #8EF531. Grayscale: #3E3E3E. Windows color (decimal): -9368882 or 13503089. OLE color: 13503089.

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

Color convert

RGB 113 10 206 -
CMYK 0.45 0.95 0 0.19
HSL 271.53º 0.91% 0.42% -
HSV(B) 271.53º 0.95% 0.81% -
XYZ 18.06 8.18 59.02 -
YUV 63.14 208.62 163.56 -
System Red Green Blue C M Y K H S L
Decimal 113 10 206 0.45 0.95 0 0.19 271.53 0.91 0.42
Hex 71 A CE 2D 5F 0 13 110 5B 2A
Octal 161 12 316 55 137 0 23 420 133 52
Binary 1110001 1010 11001110 101101 1011111 0 10011 100010000 1011011 101010

Color Harmonies of #710ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710ACE

Black with #710ACE

Text Example


Text Example

White with #710ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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