#7D35A1

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

Shades of Vivid Violet #7D35A1

Tints of Vivid Violet #7D35A1

Color information

#7D35A1 (or 0x7D35A1) is unknown color: approx Vivid Violet. HEX triplet: 7D, 35 and A1. RGB value is (125,53,161). Sum of RGB (Red+Green+Blue) = 125+53+161=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 161 (63.28% from 255 or 47.49% from 339); Max value from RGB is 161 - color contains mainly: blue. Hex color #7D35A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D35A1 is #82CA5E. Grayscale: #565656. Windows color (decimal): -8571487 or 10564989. OLE color: 10564989.

HSL color Cylindrical-coordinate representation of color #7D35A1: hue angle of 280º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D35A1 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12553161-
CMYK0.220.6700.37
HSL280º50.47%41.96%-
HSV(B)280º67.08%63.14%-
XYZ16.169.4834.7-
YUV86.84169.85155.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.87%
GREEN value IS 53 (21.09% from 255) = 15.63%
BLUE value IS 161 (63.28% from 255) = 47.49%
R=36.87%
G=15.63%
B=47.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal125531610.220.6700.3728050.4741.96
Hex7D35A11643025118322a
Octal17565241261030454306252
Binary1111101110101101000011011010000110100101100011000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D35A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,53,161); }

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

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

 a { background-color: rgb(125,53,161); }

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

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

 span { border-color: rgb(125,53,161); }

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