Html Css Color HEX #7010DA Blue Violet

📋 copy color: '#7010DA'

red 112 ◦ green 16 ◦ blue 218

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

Shades of Blue Violet #7010DA

Tints of Blue Violet #7010DA

RGB

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

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

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

R = 32.37%
G = 4.62%
B = 63.01%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7010DA (or 0x7010DA) is known color: Blue Violet. HEX triplet: 70, 10 and DA. RGB value is (112,16,218). Sum of RGB (Red+Green+Blue) = 112+16+218=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 16 (6.64% from 255 or 4.62% 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 #7010DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7010DA is #8FEF25. Grayscale: #434343. Windows color (decimal): -9432870 or 14291056. OLE color: 14291056.

HSL color Cylindrical-coordinate representation of color #7010DA: hue angle of 268.51º degrees, saturation: 0.86, 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 #7010DA is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 16 218 -
CMYK 0.49 0.93 0 0.15
HSL 268.51º 0.86% 0.46% -
HSV(B) 268.51º 0.93% 0.85% -
XYZ 19.52 8.88 67.01 -
YUV 67.73 212.8 159.57 -
System Red Green Blue C M Y K H S L
Decimal 112 16 218 0.49 0.93 0 0.15 268.51 0.86 0.46
Hex 70 10 DA 31 5D 0 F 10D 56 2E
Octal 160 20 332 61 135 0 17 415 126 56
Binary 1110000 10000 11011010 110001 1011101 0 1111 100001101 1010110 101110

Color Harmonies of #7010DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7010DA

Black with #7010DA

Text Example


Text Example

White with #7010DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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