Html Css Color HEX #710ACB Dark Violet

📋 copy color: '#710ACB'

red 113 ◦ green 10 ◦ blue 203

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

Shades of Dark Violet #710ACB

Tints of Dark Violet #710ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 62.27%

R = 34.66%
G = 3.07%
B = 62.27%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#710ACB (or 0x710ACB) is known color: Dark Violet. HEX triplet: 71, 0A and CB. RGB value is (113,10,203). Sum of RGB (Red+Green+Blue) = 113+10+203=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #710ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710ACB is #8EF534. Grayscale: #3E3E3E. Windows color (decimal): -9368885 or 13306481. OLE color: 13306481.

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

Color convert

RGB 113 10 203 -
CMYK 0.44 0.95 0 0.20
HSL 272.02º 0.91% 0.42% -
HSV(B) 272.02º 0.95% 0.8% -
XYZ 17.7 8.04 57.12 -
YUV 62.8 207.12 163.81 -
System Red Green Blue C M Y K H S L
Decimal 113 10 203 0.44 0.95 0 0.20 272.02 0.91 0.42
Hex 71 A CB 2C 5F 0 14 110 5B 2A
Octal 161 12 313 54 137 0 24 420 133 52
Binary 1110001 1010 11001011 101100 1011111 0 10100 100010000 1011011 101010

Color Harmonies of #710ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710ACB

Black with #710ACB

Text Example


Text Example

White with #710ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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