Html Css Color HEX #7010DB Blue Violet

📋 copy color: '#7010DB'

red 112 ◦ green 16 ◦ blue 219

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

Shades of Blue Violet #7010DB

Tints of Blue Violet #7010DB

RGB

 RED value IS 112 (44.14% from 255) = 32.28%

 GREEN value IS 16 (6.64% from 255) = 4.61%

 BLUE value IS 219 (85.94% from 255) = 63.11%

R = 32.28%
G = 4.61%
B = 63.11%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7010DB (or 0x7010DB) is known color: Blue Violet. HEX triplet: 70, 10 and DB. RGB value is (112,16,219). Sum of RGB (Red+Green+Blue) = 112+16+219=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #7010DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7010DB is #8FEF24. Grayscale: #434343. Windows color (decimal): -9432869 or 14356592. OLE color: 14356592.

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

Color convert

RGB 112 16 219 -
CMYK 0.49 0.93 0 0.14
HSL 268.37º 0.86% 0.46% -
HSV(B) 268.37º 0.93% 0.86% -
XYZ 19.65 8.93 67.71 -
YUV 67.85 213.3 159.49 -
System Red Green Blue C M Y K H S L
Decimal 112 16 219 0.49 0.93 0 0.14 268.37 0.86 0.46
Hex 70 10 DB 31 5D 0 E 10C 56 2E
Octal 160 20 333 61 135 0 16 414 126 56
Binary 1110000 10000 11011011 110001 1011101 0 1110 100001100 1010110 101110

Color Harmonies of #7010DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7010DB

Black with #7010DB

Text Example


Text Example

White with #7010DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7010DB; }

 p { color: rgb(112,16,219); }

 H1.HeaderClassName
 {
   color: #7010DB;
 }
 .AnyTagClassName
 {
   color: #7010DB;
 }
</style>

background-color css

<style>
 a { background-color: #7010DB; }

 a { background-color: rgb(112,16,219); }

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

border-color css

<style>
 span { border-color: #7010DB; }

 span { border-color: rgb(112,16,219); }

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