Html Css Color HEX #7127EE Blue Violet

📋 copy color: '#7127EE'

red 113 ◦ green 39 ◦ blue 238

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

Shades of Blue Violet #7127EE

Tints of Blue Violet #7127EE

RGB

 RED value IS 113 (44.53% from 255) = 28.97%

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

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

R = 28.97%
G = 10%
B = 61.03%

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

#7127EE (or 0x7127EE) is known color: Blue Violet. HEX triplet: 71, 27 and EE. RGB value is (113,39,238). Sum of RGB (Red+Green+Blue) = 113+39+238=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 238 (93.36% from 255 or 61.03% from 390); Max value from RGB is 238 - color contains mainly: blue. Hex color #7127EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7127EE is #8ED811. Grayscale: #535353. Windows color (decimal): -9361426 or 15607665. OLE color: 15607665.

HSL color Cylindrical-coordinate representation of color #7127EE: hue angle of 262.31º 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 #7127EE is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 39 238 -
CMYK 0.53 0.84 0 0.07
HSL 262.31º 0.85% 0.54% -
HSV(B) 262.31º 0.84% 0.93% -
XYZ 22.97 11.13 81.83 -
YUV 83.81 215.02 148.82 -
System Red Green Blue C M Y K H S L
Decimal 113 39 238 0.53 0.84 0 0.07 262.31 0.85 0.54
Hex 71 27 EE 35 54 0 7 106 55 36
Octal 161 47 356 65 124 0 7 406 125 66
Binary 1110001 100111 11101110 110101 1010100 0 111 100000110 1010101 110110

Color Harmonies of #7127EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7127EE

Black with #7127EE

Text Example


Text Example

White with #7127EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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