Html Css Color HEX #710BD2 Dark Violet

📋 copy color: '#710BD2'

red 113 ◦ green 11 ◦ blue 210

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

Shades of Dark Violet #710BD2

Tints of Dark Violet #710BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 62.87%

R = 33.83%
G = 3.29%
B = 62.87%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#710BD2 (or 0x710BD2) is known color: Dark Violet. HEX triplet: 71, 0B and D2. RGB value is (113,11,210). Sum of RGB (Red+Green+Blue) = 113+11+210=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 210 (82.42% from 255 or 62.87% from 334); Max value from RGB is 210 - color contains mainly: blue. Hex color #710BD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710BD2 is #8EF42D. Grayscale: #3F3F3F. Windows color (decimal): -9368622 or 13765489. OLE color: 13765489.

HSL color Cylindrical-coordinate representation of color #710BD2: hue angle of 270.75º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710BD2 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 11 210 -
CMYK 0.46 0.95 0 0.18
HSL 270.75º 0.9% 0.43% -
HSV(B) 270.75º 0.95% 0.82% -
XYZ 18.56 8.4 61.62 -
YUV 64.18 210.29 162.82 -
System Red Green Blue C M Y K H S L
Decimal 113 11 210 0.46 0.95 0 0.18 270.75 0.9 0.43
Hex 71 B D2 2E 5F 0 12 10F 5A 2B
Octal 161 13 322 56 137 0 22 417 132 53
Binary 1110001 1011 11010010 101110 1011111 0 10010 100001111 1011010 101011

Color Harmonies of #710BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710BD2

Black with #710BD2

Text Example


Text Example

White with #710BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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