#7D2F88

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

Shades of Vivid Violet #7D2F88

Tints of Vivid Violet #7D2F88

Color information

#7D2F88 (or 0x7D2F88) is unknown color: approx Vivid Violet. HEX triplet: 7D, 2F and 88. RGB value is (125,47,136). Sum of RGB (Red+Green+Blue) = 125+47+136=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D2F88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2F88 is #82D077. Grayscale: #505050. Windows color (decimal): -8573048 or 8925053. OLE color: 8925053.

HSL color Cylindrical-coordinate representation of color #7D2F88: hue angle of 292.58º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D2F88 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12547136-
CMYK0.080.6500.47
HSL292.58º48.63%35.88%-
HSV(B)292.58º65.44%53.33%-
XYZ13.928.1724.14-
YUV80.47159.34159.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.58%
GREEN value IS 47 (18.75% from 255) = 15.26%
BLUE value IS 136 (53.52% from 255) = 44.16%
R=40.58%
G=15.26%
B=44.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125471360.080.6500.47292.5848.6335.88
Hex7D2F8884102F1253124
Octal17557210101010574456144
Binary111110110111110001000100010000010101111100100101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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