Html Css Color HEX #7013DC Blue Violet

📋 copy color: '#7013DC'

red 112 ◦ green 19 ◦ blue 220

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

Shades of Blue Violet #7013DC

Tints of Blue Violet #7013DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.68%

R = 31.91%
G = 5.41%
B = 62.68%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7013DC (or 0x7013DC) is known color: Blue Violet. HEX triplet: 70, 13 and DC. RGB value is (112,19,220). Sum of RGB (Red+Green+Blue) = 112+19+220=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #7013DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7013DC is #8FEC23. Grayscale: #454545. Windows color (decimal): -9432100 or 14422896. OLE color: 14422896.

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

Color convert

RGB 112 19 220 -
CMYK 0.49 0.91 0 0.14
HSL 267.76º 0.84% 0.47% -
HSV(B) 267.76º 0.91% 0.86% -
XYZ 19.83 9.08 68.42 -
YUV 69.72 212.81 158.16 -
System Red Green Blue C M Y K H S L
Decimal 112 19 220 0.49 0.91 0 0.14 267.76 0.84 0.47
Hex 70 13 DC 31 5B 0 E 10C 54 2F
Octal 160 23 334 61 133 0 16 414 124 57
Binary 1110000 10011 11011100 110001 1011011 0 1110 100001100 1010100 101111

Color Harmonies of #7013DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7013DC

Black with #7013DC

Text Example


Text Example

White with #7013DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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