Html Css Color HEX #710FDD Blue Violet

📋 copy color: '#710FDD'

red 113 ◦ green 15 ◦ blue 221

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

Shades of Blue Violet #710FDD

Tints of Blue Violet #710FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.3%

 BLUE value IS 221 (86.72% from 255) = 63.32%

R = 32.38%
G = 4.3%
B = 63.32%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#710FDD (or 0x710FDD) is known color: Blue Violet. HEX triplet: 71, 0F and DD. RGB value is (113,15,221). Sum of RGB (Red+Green+Blue) = 113+15+221=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #710FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710FDD is #8EF022. Grayscale: #434343. Windows color (decimal): -9367587 or 14487409. OLE color: 14487409.

HSL color Cylindrical-coordinate representation of color #710FDD: hue angle of 268.54º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710FDD is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 15 221 -
CMYK 0.49 0.93 0 0.13
HSL 268.54º 0.87% 0.46% -
HSV(B) 268.54º 0.93% 0.87% -
XYZ 20.03 9.07 69.1 -
YUV 67.79 214.47 160.25 -
System Red Green Blue C M Y K H S L
Decimal 113 15 221 0.49 0.93 0 0.13 268.54 0.87 0.46
Hex 71 F DD 31 5D 0 D 10D 57 2E
Octal 161 17 335 61 135 0 15 415 127 56
Binary 1110001 1111 11011101 110001 1011101 0 1101 100001101 1010111 101110

Color Harmonies of #710FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710FDD

Black with #710FDD

Text Example


Text Example

White with #710FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,15,221); }

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

background-color css

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

 a { background-color: rgb(113,15,221); }

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

border-color css

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

 span { border-color: rgb(113,15,221); }

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