Html Css Color HEX #7018DC Blue Violet

📋 copy color: '#7018DC'

red 112 ◦ green 24 ◦ blue 220

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

Shades of Blue Violet #7018DC

Tints of Blue Violet #7018DC

RGB

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

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

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

R = 31.46%
G = 6.74%
B = 61.8%

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

#7018DC (or 0x7018DC) is known color: Blue Violet. HEX triplet: 70, 18 and DC. RGB value is (112,24,220). Sum of RGB (Red+Green+Blue) = 112+24+220=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #7018DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7018DC is #8FE723. Grayscale: #474747. Windows color (decimal): -9430820 or 14424176. OLE color: 14424176.

HSL color Cylindrical-coordinate representation of color #7018DC: hue angle of 266.94º 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 #7018DC is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 24 220 -
CMYK 0.49 0.89 0 0.14
HSL 266.94º 0.8% 0.48% -
HSV(B) 266.94º 0.89% 0.86% -
XYZ 19.93 9.27 68.45 -
YUV 72.66 211.15 156.06 -
System Red Green Blue C M Y K H S L
Decimal 112 24 220 0.49 0.89 0 0.14 266.94 0.8 0.48
Hex 70 18 DC 31 59 0 E 10B 50 30
Octal 160 30 334 61 131 0 16 413 120 60
Binary 1110000 11000 11011100 110001 1011001 0 1110 100001011 1010000 110000

Color Harmonies of #7018DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7018DC

Black with #7018DC

Text Example


Text Example

White with #7018DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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