#7D368E

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

Shades of Vivid Violet #7D368E

Tints of Vivid Violet #7D368E

Color information

#7D368E (or 0x7D368E) is unknown color: approx Vivid Violet. HEX triplet: 7D, 36 and 8E. RGB value is (125,54,142). Sum of RGB (Red+Green+Blue) = 125+54+142=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #7D368E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D368E is #82C971. Grayscale: #545454. Windows color (decimal): -8571250 or 9320061. OLE color: 9320061.

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

Color convert

RGB12554142-
CMYK0.120.6200.44
HSL288.41º44.9%38.43%-
HSV(B)288.41º61.97%55.69%-
XYZ14.668.9526.55-
YUV85.26160.02156.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.94%
GREEN value IS 54 (21.48% from 255) = 16.82%
BLUE value IS 142 (55.86% from 255) = 44.24%
R=38.94%
G=16.82%
B=44.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal125541420.120.6200.44288.4144.938.43
Hex7D368EC3E02C1202d26
Octal1756621614760544405546
Binary11111011101101000111011001111100101100100100000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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