#7D248E

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

Shades of Vivid Violet #7D248E

Tints of Vivid Violet #7D248E

Color information

#7D248E (or 0x7D248E) is unknown color: approx Vivid Violet. HEX triplet: 7D, 24 and 8E. RGB value is (125,36,142). Sum of RGB (Red+Green+Blue) = 125+36+142=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #7D248E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D248E is #82DB71. Grayscale: #4A4A4A. Windows color (decimal): -8575858 or 9315453. OLE color: 9315453.

HSL color Cylindrical-coordinate representation of color #7D248E: hue angle of 290.38º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D248E is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12536142-
CMYK0.120.7500.44
HSL290.38º59.55%34.9%-
HSV(B)290.38º74.65%55.69%-
XYZ13.977.5726.32-
YUV74.69165.99163.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.25%
GREEN value IS 36 (14.45% from 255) = 11.88%
BLUE value IS 142 (55.86% from 255) = 46.86%
R=41.25%
G=11.88%
B=46.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal125361420.120.7500.44290.3859.5534.9
Hex7D248EC4B02C1223c23
Octal17544216141130544427443
Binary111110110010010001110110010010110101100100100010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D248E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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