#7F42EE

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

Shades of Blue Violet #7F42EE

Tints of Blue Violet #7F42EE

Color information

#7F42EE (or 0x7F42EE) is unknown color: approx Blue Violet. HEX triplet: 7F, 42 and EE. RGB value is (127,66,238). Sum of RGB (Red+Green+Blue) = 127+66+238=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #7F42EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F42EE is #80BD11. Grayscale: #676767. Windows color (decimal): -8437010 or 15614591. OLE color: 15614591.

HSL color Cylindrical-coordinate representation of color #7F42EE: hue angle of 261.28º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F42EE is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12766238-
CMYK0.470.7200.07
HSL261.28º83.5%59.61%-
HSV(B)261.28º72.27%93.33%-
XYZ26.1314.5882.33-
YUV103.85203.71144.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.47%
GREEN value IS 66 (26.17% from 255) = 15.31%
BLUE value IS 238 (93.36% from 255) = 55.22%
R=29.47%
G=15.31%
B=55.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal127662380.470.7200.07261.2883.559.61
Hex7F42EE2F4807105533c
Octal177102356571100740512374
Binary1111111100001011101110101111100100001111000001011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F42EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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