#7F23E5

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

Shades of Blue Violet #7F23E5

Tints of Blue Violet #7F23E5

Color information

#7F23E5 (or 0x7F23E5) is unknown color: approx Blue Violet. HEX triplet: 7F, 23 and E5. RGB value is (127,35,229). Sum of RGB (Red+Green+Blue) = 127+35+229=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 229 (89.84% from 255 or 58.57% from 391); Max value from RGB is 229 - color contains mainly: blue. Hex color #7F23E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F23E5 is #80DC1A. Grayscale: #535353. Windows color (decimal): -8444955 or 15016831. OLE color: 15016831.

HSL color Cylindrical-coordinate representation of color #7F23E5: hue angle of 268.45º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F23E5 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB12735229-
CMYK0.450.8500.10
HSL268.45º78.86%51.76%-
HSV(B)268.45º84.72%89.8%-
XYZ23.511.3775.09-
YUV84.62209.48158.23-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.48%
GREEN value IS 35 (14.06% from 255) = 8.95%
BLUE value IS 229 (89.84% from 255) = 58.57%
R=32.48%
G=8.95%
B=58.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal127352290.450.8500.10268.4578.8651.76
Hex7F23E52D550A10c4f34
Octal177433455512501241411764
Binary1111111100011111001011011011010101010101000011001001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F23E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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