#7D2F93

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

Shades of Vivid Violet #7D2F93

Tints of Vivid Violet #7D2F93

Color information

#7D2F93 (or 0x7D2F93) is unknown color: approx Vivid Violet. HEX triplet: 7D, 2F and 93. RGB value is (125,47,147). Sum of RGB (Red+Green+Blue) = 125+47+147=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D2F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2F93 is #82D06C. Grayscale: #515151. Windows color (decimal): -8573037 or 9645949. OLE color: 9645949.

HSL color Cylindrical-coordinate representation of color #7D2F93: hue angle of 286.8º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D2F93 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12547147-
CMYK0.150.6800.42
HSL286.8º51.55%38.04%-
HSV(B)286.8º68.03%57.65%-
XYZ14.748.528.47-
YUV81.72164.84158.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.18%
GREEN value IS 47 (18.75% from 255) = 14.73%
BLUE value IS 147 (57.81% from 255) = 46.08%
R=39.18%
G=14.73%
B=46.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125471470.150.6800.42286.851.5538.04
Hex7D2F93F4402A11f3426
Octal17557223171040524376446
Binary111110110111110010011111110001000101010100011111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,47,147); }

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

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

 a { background-color: rgb(125,47,147); }

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

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

 span { border-color: rgb(125,47,147); }

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