Html Css Color HEX #7015DC Blue Violet

📋 copy color: '#7015DC'

red 112 ◦ green 21 ◦ blue 220

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

Shades of Blue Violet #7015DC

Tints of Blue Violet #7015DC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.95%

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

R = 31.73%
G = 5.95%
B = 62.32%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7015DC (or 0x7015DC) is known color: Blue Violet. HEX triplet: 70, 15 and DC. RGB value is (112,21,220). Sum of RGB (Red+Green+Blue) = 112+21+220=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #7015DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7015DC is #8FEA23. Grayscale: #464646. Windows color (decimal): -9431588 or 14423408. OLE color: 14423408.

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

Color convert

RGB 112 21 220 -
CMYK 0.49 0.90 0 0.14
HSL 267.44º 0.83% 0.47% -
HSV(B) 267.44º 0.9% 0.86% -
XYZ 19.87 9.15 68.43 -
YUV 70.9 212.15 157.32 -
System Red Green Blue C M Y K H S L
Decimal 112 21 220 0.49 0.90 0 0.14 267.44 0.83 0.47
Hex 70 15 DC 31 5A 0 E 10B 53 2F
Octal 160 25 334 61 132 0 16 413 123 57
Binary 1110000 10101 11011100 110001 1011010 0 1110 100001011 1010011 101111

Color Harmonies of #7015DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7015DC

Black with #7015DC

Text Example


Text Example

White with #7015DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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