Html Css Color HEX #7013DA Blue Violet

📋 copy color: '#7013DA'

red 112 ◦ green 19 ◦ blue 218

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

Shades of Blue Violet #7013DA

Tints of Blue Violet #7013DA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.44%

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

R = 32.09%
G = 5.44%
B = 62.46%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7013DA (or 0x7013DA) is known color: Blue Violet. HEX triplet: 70, 13 and DA. RGB value is (112,19,218). Sum of RGB (Red+Green+Blue) = 112+19+218=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #7013DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7013DA is #8FEC25. Grayscale: #444444. Windows color (decimal): -9432102 or 14291824. OLE color: 14291824.

HSL color Cylindrical-coordinate representation of color #7013DA: hue angle of 268.04º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7013DA is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 19 218 -
CMYK 0.49 0.91 0 0.15
HSL 268.04º 0.84% 0.46% -
HSV(B) 268.04º 0.91% 0.85% -
XYZ 19.57 8.97 67.03 -
YUV 69.49 211.81 158.32 -
System Red Green Blue C M Y K H S L
Decimal 112 19 218 0.49 0.91 0 0.15 268.04 0.84 0.46
Hex 70 13 DA 31 5B 0 F 10C 54 2E
Octal 160 23 332 61 133 0 17 414 124 56
Binary 1110000 10011 11011010 110001 1011011 0 1111 100001100 1010100 101110

Color Harmonies of #7013DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7013DA

Black with #7013DA

Text Example


Text Example

White with #7013DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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