#7D258E

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

Shades of Vivid Violet #7D258E

Tints of Vivid Violet #7D258E

Color information

#7D258E (or 0x7D258E) is unknown color: approx Vivid Violet. HEX triplet: 7D, 25 and 8E. RGB value is (125,37,142). Sum of RGB (Red+Green+Blue) = 125+37+142=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #7D258E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D258E is #82DA71. Grayscale: #4A4A4A. Windows color (decimal): -8575602 or 9315709. OLE color: 9315709.

HSL color Cylindrical-coordinate representation of color #7D258E: hue angle of 290.29º 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 #7D258E is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12537142-
CMYK0.120.7400.44
HSL290.29º58.66%35.1%-
HSV(B)290.29º73.94%55.69%-
XYZ147.6426.33-
YUV75.28165.65163.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.12%
GREEN value IS 37 (14.84% from 255) = 12.17%
BLUE value IS 142 (55.86% from 255) = 46.71%
R=41.12%
G=12.17%
B=46.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal125371420.120.7400.44290.2958.6635.1
Hex7D258EC4A02C1223b23
Octal17545216141120544427343
Binary111110110010110001110110010010100101100100100010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D258E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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