Html Css Color HEX #7018E8 Blue Violet

📋 copy color: '#7018E8'

red 112 ◦ green 24 ◦ blue 232

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

Shades of Blue Violet #7018E8

Tints of Blue Violet #7018E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 63.04%

R = 30.43%
G = 6.52%
B = 63.04%

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

#7018E8 (or 0x7018E8) is known color: Blue Violet. HEX triplet: 70, 18 and E8. RGB value is (112,24,232). Sum of RGB (Red+Green+Blue) = 112+24+232=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 232 (91.02% from 255 or 63.04% from 368); Max value from RGB is 232 - color contains mainly: blue. Hex color #7018E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7018E8 is #8FE717. Grayscale: #494949. Windows color (decimal): -9430808 or 15210608. OLE color: 15210608.

HSL color Cylindrical-coordinate representation of color #7018E8: hue angle of 265.38º degrees, saturation: 0.82, 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 #7018E8 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 24 232 -
CMYK 0.52 0.90 0 0.09
HSL 265.38º 0.82% 0.5% -
HSV(B) 265.38º 0.9% 0.91% -
XYZ 21.57 9.92 77.12 -
YUV 74.02 217.15 155.09 -
System Red Green Blue C M Y K H S L
Decimal 112 24 232 0.52 0.90 0 0.09 265.38 0.82 0.5
Hex 70 18 E8 34 5A 0 9 109 52 32
Octal 160 30 350 64 132 0 11 411 122 62
Binary 1110000 11000 11101000 110100 1011010 0 1001 100001001 1010010 110010

Color Harmonies of #7018E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7018E8

Black with #7018E8

Text Example


Text Example

White with #7018E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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