#7D2690

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

Shades of Vivid Violet #7D2690

Tints of Vivid Violet #7D2690

Color information

#7D2690 (or 0x7D2690) is unknown color: approx Vivid Violet. HEX triplet: 7D, 26 and 90. RGB value is (125,38,144). Sum of RGB (Red+Green+Blue) = 125+38+144=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #7D2690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2690 is #82D96F. Grayscale: #4B4B4B. Windows color (decimal): -8575344 or 9447037. OLE color: 9447037.

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

Color convert

RGB12538144-
CMYK0.130.7400.44
HSL289.25º58.24%35.69%-
HSV(B)289.25º73.61%56.47%-
XYZ14.187.7627.14-
YUV76.1166.32162.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.72%
GREEN value IS 38 (15.23% from 255) = 12.38%
BLUE value IS 144 (56.64% from 255) = 46.91%
R=40.72%
G=12.38%
B=46.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal125381440.130.7400.44289.2558.2435.69
Hex7D2690D4A02C1213a24
Octal17546220151120544417244
Binary111110110011010010000110110010100101100100100001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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