#7505CC

Color #7505CC Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #7505CC

Tints of Dark Violet #7505CC

Color information

#7505CC (or 0x7505CC) is unknown color: approx Dark Violet. HEX triplet: 75, 05 and CC. RGB value is (117,5,204). Sum of RGB (Red+Green+Blue) = 117+5+204=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #7505CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7505CC is #8AFA33. Grayscale: #3C3C3C. Windows color (decimal): -9108020 or 13370741. OLE color: 13370741.

HSL color Cylindrical-coordinate representation of color #7505CC: hue angle of 273.77º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7505CC is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1175204-
CMYK0.430.9800.2
HSL273.77º95.22%40.98%-
HSV(B)273.77º97.55%80%-
XYZ18.298.2557.76-
YUV61.17208.61167.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 5 (2.34% from 255) = 1.53%
BLUE value IS 204 (80.08% from 255) = 62.58%
R=35.89%
G=1.53%
B=62.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal11752040.430.9800.2273.7795.2240.98
Hex755CC2B620141125f29
Octal16553145314202442213751
Binary11101011011100110010101111000100101001000100101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7505CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7505CC; }

 p { color: rgb(117,5,204); }

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

<style>
 a { background-color: #7505CC; }

 a { background-color: rgb(117,5,204); }

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

<style>
 span { border-color: #7505CC; }

 span { border-color: rgb(117,5,204); }

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