#7D2398

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

Shades of Vivid Violet #7D2398

Tints of Vivid Violet #7D2398

Color information

#7D2398 (or 0x7D2398) is unknown color: approx Vivid Violet. HEX triplet: 7D, 23 and 98. RGB value is (125,35,152). Sum of RGB (Red+Green+Blue) = 125+35+152=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #7D2398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2398 is #82DC67. Grayscale: #4A4A4A. Windows color (decimal): -8576104 or 9970557. OLE color: 9970557.

HSL color Cylindrical-coordinate representation of color #7D2398: hue angle of 286.15º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D2398 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12535152-
CMYK0.180.7700.40
HSL286.15º62.57%36.67%-
HSV(B)286.15º76.97%59.61%-
XYZ14.737.8330.44-
YUV75.25171.32163.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.06%
GREEN value IS 35 (14.06% from 255) = 11.22%
BLUE value IS 152 (59.77% from 255) = 48.72%
R=40.06%
G=11.22%
B=48.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal125351520.180.7700.40286.1562.5736.67
Hex7D2398124D02811e3f25
Octal17543230221150504367745
Binary1111101100011100110001001010011010101000100011110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,35,152); }

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

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

 a { background-color: rgb(125,35,152); }

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

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

 span { border-color: rgb(125,35,152); }

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