#7F07EA

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

Shades of Dark Violet #7F07EA

Tints of Dark Violet #7F07EA

Color information

#7F07EA (or 0x7F07EA) is unknown color: approx Dark Violet. HEX triplet: 7F, 07 and EA. RGB value is (127,7,234). Sum of RGB (Red+Green+Blue) = 127+7+234=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 7 (3.12% from 255 or 1.90% from 368); Blue value is 234 (91.80% from 255 or 63.59% from 368); Max value from RGB is 234 - color contains mainly: blue. Hex color #7F07EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F07EA is #80F815. Grayscale: #434343. Windows color (decimal): -8452118 or 15337343. OLE color: 15337343.

HSL color Cylindrical-coordinate representation of color #7F07EA: hue angle of 271.72º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F07EA is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1277234-
CMYK0.460.9700.08
HSL271.72º94.19%47.25%-
HSV(B)271.72º97.01%91.76%-
XYZ23.6810.678.64-
YUV68.76221.26169.54-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.51%
GREEN value IS 7 (3.12% from 255) = 1.90%
BLUE value IS 234 (91.80% from 255) = 63.59%
R=34.51%
G=1.90%
B=63.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal12772340.460.9700.08271.7294.1947.25
Hex7F7EA2E61081105e2f
Octal17773525614101042013657
Binary1111111111111010101011101100001010001000100001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F07EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,7,234); }

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

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

 a { background-color: rgb(127,7,234); }

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

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

 span { border-color: rgb(127,7,234); }

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