Html Css Color HEX #7015DB Blue Violet

📋 copy color: '#7015DB'

red 112 ◦ green 21 ◦ blue 219

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

Shades of Blue Violet #7015DB

Tints of Blue Violet #7015DB

RGB

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

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

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

R = 31.82%
G = 5.97%
B = 62.22%

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

#7015DB (or 0x7015DB) is known color: Blue Violet. HEX triplet: 70, 15 and DB. RGB value is (112,21,219). Sum of RGB (Red+Green+Blue) = 112+21+219=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #7015DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7015DB is #8FEA24. Grayscale: #464646. Windows color (decimal): -9431589 or 14357872. OLE color: 14357872.

HSL color Cylindrical-coordinate representation of color #7015DB: hue angle of 267.58º degrees, saturation: 0.82, 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 #7015DB is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 21 219 -
CMYK 0.49 0.90 0 0.14
HSL 267.58º 0.83% 0.47% -
HSV(B) 267.58º 0.9% 0.86% -
XYZ 19.74 9.1 67.73 -
YUV 70.78 211.65 157.4 -
System Red Green Blue C M Y K H S L
Decimal 112 21 219 0.49 0.90 0 0.14 267.58 0.83 0.47
Hex 70 15 DB 31 5A 0 E 10C 52 2F
Octal 160 25 333 61 132 0 16 414 122 57
Binary 1110000 10101 11011011 110001 1011010 0 1110 100001100 1010010 101111

Color Harmonies of #7015DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7015DB

Black with #7015DB

Text Example


Text Example

White with #7015DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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