#7D229C

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

Shades of Vivid Violet #7D229C

Tints of Vivid Violet #7D229C

Color information

#7D229C (or 0x7D229C) is unknown color: approx Vivid Violet. HEX triplet: 7D, 22 and 9C. RGB value is (125,34,156). Sum of RGB (Red+Green+Blue) = 125+34+156=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D229C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D229C is #82DD63. Grayscale: #4A4A4A. Windows color (decimal): -8576356 or 10232445. OLE color: 10232445.

HSL color Cylindrical-coordinate representation of color #7D229C: hue angle of 284.75º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D229C is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12534156-
CMYK0.200.7800.39
HSL284.75º64.21%37.25%-
HSV(B)284.75º78.21%61.18%-
XYZ15.037.932.19-
YUV75.12173.65163.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.68%
GREEN value IS 34 (13.67% from 255) = 10.79%
BLUE value IS 156 (61.33% from 255) = 49.52%
R=39.68%
G=10.79%
B=49.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal125341560.200.7800.39284.7564.2137.25
Hex7D229C144E02711d4025
Octal175422342411604743510045
Binary11111011000101001110010100100111001001111000111011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D229C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,34,156); }

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

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

 a { background-color: rgb(125,34,156); }

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

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

 span { border-color: rgb(125,34,156); }

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