#7F258E

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

Shades of Vivid Violet #7F258E

Tints of Vivid Violet #7F258E

Color information

#7F258E (or 0x7F258E) is unknown color: approx Vivid Violet. HEX triplet: 7F, 25 and 8E. RGB value is (127,37,142). Sum of RGB (Red+Green+Blue) = 127+37+142=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #7F258E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F258E is #80DA71. Grayscale: #4B4B4B. Windows color (decimal): -8444530 or 9315711. OLE color: 9315711.

HSL color Cylindrical-coordinate representation of color #7F258E: hue angle of 291.43º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F258E is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12737142-
CMYK0.110.7400.44
HSL291.43º58.66%35.1%-
HSV(B)291.43º73.94%55.69%-
XYZ14.37.7926.34-
YUV75.88165.32164.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.50%
GREEN value IS 37 (14.84% from 255) = 12.09%
BLUE value IS 142 (55.86% from 255) = 46.41%
R=41.50%
G=12.09%
B=46.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal127371420.110.7400.44291.4358.6635.1
Hex7F258EB4A02C1233b23
Octal17745216131120544437343
Binary111111110010110001110101110010100101100100100011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F258E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,37,142); }

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

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

 a { background-color: rgb(127,37,142); }

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

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

 span { border-color: rgb(127,37,142); }

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