Html Css Color HEX #7018E9 Blue Violet

📋 copy color: '#7018E9'

red 112 ◦ green 24 ◦ blue 233

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

Shades of Blue Violet #7018E9

Tints of Blue Violet #7018E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 63.14%

R = 30.35%
G = 6.5%
B = 63.14%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7018E9 (or 0x7018E9) is known color: Blue Violet. HEX triplet: 70, 18 and E9. RGB value is (112,24,233). Sum of RGB (Red+Green+Blue) = 112+24+233=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 233 (91.41% from 255 or 63.14% from 369); Max value from RGB is 233 - color contains mainly: blue. Hex color #7018E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7018E9 is #8FE716. Grayscale: #494949. Windows color (decimal): -9430807 or 15276144. OLE color: 15276144.

HSL color Cylindrical-coordinate representation of color #7018E9: hue angle of 265.26º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7018E9 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 24 233 -
CMYK 0.52 0.90 0 0.09
HSL 265.26º 0.83% 0.5% -
HSV(B) 265.26º 0.9% 0.91% -
XYZ 21.72 9.98 77.87 -
YUV 74.14 217.65 155.01 -
System Red Green Blue C M Y K H S L
Decimal 112 24 233 0.52 0.90 0 0.09 265.26 0.83 0.5
Hex 70 18 E9 34 5A 0 9 109 53 32
Octal 160 30 351 64 132 0 11 411 123 62
Binary 1110000 11000 11101001 110100 1011010 0 1001 100001001 1010011 110010

Color Harmonies of #7018E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7018E9

Black with #7018E9

Text Example


Text Example

White with #7018E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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