Html Css Color HEX #710FDA Blue Violet

📋 copy color: '#710FDA'

red 113 ◦ green 15 ◦ blue 218

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

Shades of Blue Violet #710FDA

Tints of Blue Violet #710FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.01%

R = 32.66%
G = 4.34%
B = 63.01%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#710FDA (or 0x710FDA) is known color: Blue Violet. HEX triplet: 71, 0F and DA. RGB value is (113,15,218). Sum of RGB (Red+Green+Blue) = 113+15+218=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #710FDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710FDA is #8EF025. Grayscale: #424242. Windows color (decimal): -9367590 or 14290801. OLE color: 14290801.

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

Color convert

RGB 113 15 218 -
CMYK 0.48 0.93 0 0.15
HSL 268.97º 0.87% 0.46% -
HSV(B) 268.97º 0.93% 0.85% -
XYZ 19.64 8.91 67.02 -
YUV 67.44 212.97 160.49 -
System Red Green Blue C M Y K H S L
Decimal 113 15 218 0.48 0.93 0 0.15 268.97 0.87 0.46
Hex 71 F DA 30 5D 0 F 10D 57 2E
Octal 161 17 332 60 135 0 17 415 127 56
Binary 1110001 1111 11011010 110000 1011101 0 1111 100001101 1010111 101110

Color Harmonies of #710FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710FDA

Black with #710FDA

Text Example


Text Example

White with #710FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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