Html Css Color HEX #7123EE Blue Violet

📋 copy color: '#7123EE'

red 113 ◦ green 35 ◦ blue 238

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

Shades of Blue Violet #7123EE

Tints of Blue Violet #7123EE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.07%

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

R = 29.27%
G = 9.07%
B = 61.66%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7123EE (or 0x7123EE) is known color: Blue Violet. HEX triplet: 71, 23 and EE. RGB value is (113,35,238). Sum of RGB (Red+Green+Blue) = 113+35+238=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #7123EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7123EE is #8EDC11. Grayscale: #505050. Windows color (decimal): -9362450 or 15606641. OLE color: 15606641.

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

Color convert

RGB 113 35 238 -
CMYK 0.53 0.85 0 0.07
HSL 263.05º 0.86% 0.54% -
HSV(B) 263.05º 0.85% 0.93% -
XYZ 22.84 10.89 81.79 -
YUV 81.46 216.34 150.49 -
System Red Green Blue C M Y K H S L
Decimal 113 35 238 0.53 0.85 0 0.07 263.05 0.86 0.54
Hex 71 23 EE 35 55 0 7 107 56 36
Octal 161 43 356 65 125 0 7 407 126 66
Binary 1110001 100011 11101110 110101 1010101 0 111 100000111 1010110 110110

Color Harmonies of #7123EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7123EE

Black with #7123EE

Text Example


Text Example

White with #7123EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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