#7F23EE

Color #7F23EE Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7F23EE

Tints of Blue Violet #7F23EE

Color information

#7F23EE (or 0x7F23EE) is unknown color: approx Blue Violet. HEX triplet: 7F, 23 and EE. RGB value is (127,35,238). Sum of RGB (Red+Green+Blue) = 127+35+238=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #7F23EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F23EE is #80DC11. Grayscale: #545454. Windows color (decimal): -8444946 or 15606655. OLE color: 15606655.

HSL color Cylindrical-coordinate representation of color #7F23EE: hue angle of 267.19º 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 #7F23EE is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12735238-
CMYK0.470.8500.07
HSL267.19º85.65%53.53%-
HSV(B)267.19º85.29%93.33%-
XYZ24.7911.8981.88-
YUV85.65213.98157.49-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.75%
GREEN value IS 35 (14.06% from 255) = 8.75%
BLUE value IS 238 (93.36% from 255) = 59.5%
R=31.75%
G=8.75%
B=59.5%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal127352380.470.8500.07267.1985.6553.53
Hex7F23EE2F550710b5636
Octal17743356571250741312666
Binary111111110001111101110101111101010101111000010111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F23EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F23EE; }

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

 H1.HeaderClassName
 {
   color: #7F23EE;
 }
 .AnyTagClassName
 {
   color: #7F23EE;
 }
</style>
background-color css

<style>
 a { background-color: #7F23EE; }

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

 div.DivClassName
 {
   background-color: #7F23EE;
 }
 .BgClassName
 {
   background-color: #7F23EE;
 }
</style>
border-color css

<style>
 span { border-color: #7F23EE; }

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

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