#7D248F

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

Shades of Vivid Violet #7D248F

Tints of Vivid Violet #7D248F

Color information

#7D248F (or 0x7D248F) is unknown color: approx Vivid Violet. HEX triplet: 7D, 24 and 8F. RGB value is (125,36,143). Sum of RGB (Red+Green+Blue) = 125+36+143=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #7D248F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D248F is #82DB70. Grayscale: #4A4A4A. Windows color (decimal): -8575857 or 9380989. OLE color: 9380989.

HSL color Cylindrical-coordinate representation of color #7D248F: hue angle of 289.91º 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 #7D248F is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12536143-
CMYK0.130.7500.44
HSL289.91º59.78%35.1%-
HSV(B)289.91º74.83%56.08%-
XYZ14.057.626.71-
YUV74.81166.49163.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.12%
GREEN value IS 36 (14.45% from 255) = 11.84%
BLUE value IS 143 (56.25% from 255) = 47.04%
R=41.12%
G=11.84%
B=47.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal125361430.130.7500.44289.9159.7835.1
Hex7D248FD4B02C1223c23
Octal17544217151130544427443
Binary111110110010010001111110110010110101100100100010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D248F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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