Html Css Color HEX #7027EE Blue Violet

📋 copy color: '#7027EE'

red 112 ◦ green 39 ◦ blue 238

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

Shades of Blue Violet #7027EE

Tints of Blue Violet #7027EE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.03%

 BLUE value IS 238 (93.36% from 255) = 61.18%

R = 28.79%
G = 10.03%
B = 61.18%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7027EE (or 0x7027EE) is known color: Blue Violet. HEX triplet: 70, 27 and EE. RGB value is (112,39,238). Sum of RGB (Red+Green+Blue) = 112+39+238=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #7027EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7027EE is #8FD811. Grayscale: #525252. Windows color (decimal): -9426962 or 15607664. OLE color: 15607664.

HSL color Cylindrical-coordinate representation of color #7027EE: hue angle of 262.01º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7027EE is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 39 238 -
CMYK 0.53 0.84 0 0.07
HSL 262.01º 0.85% 0.54% -
HSV(B) 262.01º 0.84% 0.93% -
XYZ 22.84 11.07 81.82 -
YUV 83.51 215.18 148.32 -
System Red Green Blue C M Y K H S L
Decimal 112 39 238 0.53 0.84 0 0.07 262.01 0.85 0.54
Hex 70 27 EE 35 54 0 7 106 55 36
Octal 160 47 356 65 124 0 7 406 125 66
Binary 1110000 100111 11101110 110101 1010100 0 111 100000110 1010101 110110

Color Harmonies of #7027EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7027EE

Black with #7027EE

Text Example


Text Example

White with #7027EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7027EE; }

 p { color: rgb(112,39,238); }

 H1.HeaderClassName
 {
   color: #7027EE;
 }
 .AnyTagClassName
 {
   color: #7027EE;
 }
</style>

background-color css

<style>
 a { background-color: #7027EE; }

 a { background-color: rgb(112,39,238); }

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

border-color css

<style>
 span { border-color: #7027EE; }

 span { border-color: rgb(112,39,238); }

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