#7D35DD

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

Shades of Blue Violet #7D35DD

Tints of Blue Violet #7D35DD

Color information

#7D35DD (or 0x7D35DD) is unknown color: approx Blue Violet. HEX triplet: 7D, 35 and DD. RGB value is (125,53,221). Sum of RGB (Red+Green+Blue) = 125+53+221=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D35DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D35DD is #82CA22. Grayscale: #5D5D5D. Windows color (decimal): -8571427 or 14497149. OLE color: 14497149.

HSL color Cylindrical-coordinate representation of color #7D35DD: hue angle of 265.71º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7D35DD is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12553221-
CMYK0.430.7600.13
HSL265.71º71.19%53.73%-
HSV(B)265.71º76.02%86.67%-
XYZ22.7812.1369.55-
YUV93.68199.85150.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.33%
GREEN value IS 53 (21.09% from 255) = 13.28%
BLUE value IS 221 (86.72% from 255) = 55.39%
R=31.33%
G=13.28%
B=55.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal125532210.430.7600.13265.7171.1953.73
Hex7D35DD2B4C0D10a4736
Octal175653355311401541210766
Binary1111101110101110111011010111001100011011000010101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D35DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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