Html Css Color HEX #7018DB Blue Violet

📋 copy color: '#7018DB'

red 112 ◦ green 24 ◦ blue 219

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

Shades of Blue Violet #7018DB

Tints of Blue Violet #7018DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.76%

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

R = 31.55%
G = 6.76%
B = 61.69%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7018DB (or 0x7018DB) is known color: Blue Violet. HEX triplet: 70, 18 and DB. RGB value is (112,24,219). Sum of RGB (Red+Green+Blue) = 112+24+219=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #7018DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7018DB is #8FE724. Grayscale: #474747. Windows color (decimal): -9430821 or 14358640. OLE color: 14358640.

HSL color Cylindrical-coordinate representation of color #7018DB: hue angle of 267.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7018DB is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 24 219 -
CMYK 0.49 0.89 0 0.14
HSL 267.08º 0.8% 0.48% -
HSV(B) 267.08º 0.89% 0.86% -
XYZ 19.79 9.21 67.75 -
YUV 72.54 210.65 156.14 -
System Red Green Blue C M Y K H S L
Decimal 112 24 219 0.49 0.89 0 0.14 267.08 0.8 0.48
Hex 70 18 DB 31 59 0 E 10B 50 30
Octal 160 30 333 61 131 0 16 413 120 60
Binary 1110000 11000 11011011 110001 1011001 0 1110 100001011 1010000 110000

Color Harmonies of #7018DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7018DB

Black with #7018DB

Text Example


Text Example

White with #7018DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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