#7D368F

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

Shades of Vivid Violet #7D368F

Tints of Vivid Violet #7D368F

Color information

#7D368F (or 0x7D368F) is unknown color: approx Vivid Violet. HEX triplet: 7D, 36 and 8F. RGB value is (125,54,143). Sum of RGB (Red+Green+Blue) = 125+54+143=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 143 - color contains mainly: blue. Hex color #7D368F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D368F is #82C970. Grayscale: #555555. Windows color (decimal): -8571249 or 9385597. OLE color: 9385597.

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

Color convert

RGB12554143-
CMYK0.130.6200.44
HSL287.87º45.18%38.63%-
HSV(B)287.87º62.24%56.08%-
XYZ14.738.9826.94-
YUV85.38160.52156.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.82%
GREEN value IS 54 (21.48% from 255) = 16.77%
BLUE value IS 143 (56.25% from 255) = 44.41%
R=38.82%
G=16.77%
B=44.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal125541430.130.6200.44287.8745.1838.63
Hex7D368FD3E02C1202d27
Octal1756621715760544405547
Binary11111011101101000111111011111100101100100100000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D368F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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