Html Css Color HEX #7018DD Blue Violet

📋 copy color: '#7018DD'

red 112 ◦ green 24 ◦ blue 221

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

Shades of Blue Violet #7018DD

Tints of Blue Violet #7018DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.9%

R = 31.37%
G = 6.72%
B = 61.9%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7018DD (or 0x7018DD) is known color: Blue Violet. HEX triplet: 70, 18 and DD. RGB value is (112,24,221). Sum of RGB (Red+Green+Blue) = 112+24+221=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #7018DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7018DD is #8FE722. Grayscale: #484848. Windows color (decimal): -9430819 or 14489712. OLE color: 14489712.

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

Color convert

RGB 112 24 221 -
CMYK 0.49 0.89 0 0.13
HSL 266.8º 0.8% 0.48% -
HSV(B) 266.8º 0.89% 0.87% -
XYZ 20.06 9.32 69.15 -
YUV 72.77 211.65 155.98 -
System Red Green Blue C M Y K H S L
Decimal 112 24 221 0.49 0.89 0 0.13 266.8 0.8 0.48
Hex 70 18 DD 31 59 0 D 10B 50 30
Octal 160 30 335 61 131 0 15 413 120 60
Binary 1110000 11000 11011101 110001 1011001 0 1101 100001011 1010000 110000

Color Harmonies of #7018DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7018DD

Black with #7018DD

Text Example


Text Example

White with #7018DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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