#7D2695

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

Shades of Vivid Violet #7D2695

Tints of Vivid Violet #7D2695

Color information

#7D2695 (or 0x7D2695) is unknown color: approx Vivid Violet. HEX triplet: 7D, 26 and 95. RGB value is (125,38,149). Sum of RGB (Red+Green+Blue) = 125+38+149=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #7D2695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2695 is #82D96A. Grayscale: #4C4C4C. Windows color (decimal): -8575339 or 9774717. OLE color: 9774717.

HSL color Cylindrical-coordinate representation of color #7D2695: hue angle of 287.03º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D2695 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12538149-
CMYK0.160.7400.42
HSL287.03º59.36%36.67%-
HSV(B)287.03º74.5%58.43%-
XYZ14.587.9229.19-
YUV76.67168.82162.47-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.06%
GREEN value IS 38 (15.23% from 255) = 12.18%
BLUE value IS 149 (58.59% from 255) = 47.76%
R=40.06%
G=12.18%
B=47.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125381490.160.7400.42287.0359.3636.67
Hex7D2695104A02A11f3b25
Octal17546225201120524377345
Binary1111101100110100101011000010010100101010100011111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,38,149); }

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

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

 a { background-color: rgb(125,38,149); }

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

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

 span { border-color: rgb(125,38,149); }

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