#7B23EF

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

Shades of Blue Violet #7B23EF

Tints of Blue Violet #7B23EF

Color information

#7B23EF (or 0x7B23EF) is unknown color: approx Blue Violet. HEX triplet: 7B, 23 and EF. RGB value is (123,35,239). Sum of RGB (Red+Green+Blue) = 123+35+239=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B23EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B23EF is #84DC10. Grayscale: #535353. Windows color (decimal): -8707089 or 15672187. OLE color: 15672187.

HSL color Cylindrical-coordinate representation of color #7B23EF: hue angle of 265.88º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B23EF is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12335239-
CMYK0.490.8500.06
HSL265.88º86.44%53.73%-
HSV(B)265.88º85.36%93.73%-
XYZ24.3511.6582.63-
YUV84.57215.15155.41-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.98%
GREEN value IS 35 (14.06% from 255) = 8.82%
BLUE value IS 239 (93.75% from 255) = 60.20%
R=30.98%
G=8.82%
B=60.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal123352390.490.8500.06265.8886.4453.73
Hex7B23EF31550610a5636
Octal17343357611250641212666
Binary111101110001111101111110001101010101101000010101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B23EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,35,239); }

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

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

 a { background-color: rgb(123,35,239); }

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

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

 span { border-color: rgb(123,35,239); }

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