#7500CD

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

Shades of Dark Violet #7500CD

Tints of Dark Violet #7500CD

Color information

#7500CD (or 0x7500CD) is unknown color: approx Dark Violet. HEX triplet: 75, 00 and CD. RGB value is (117,0,205). Sum of RGB (Red+Green+Blue) = 117+0+205=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #7500CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7500CD is #8AFF32. Grayscale: #393939. Windows color (decimal): -9109299 or 13434997. OLE color: 13434997.

HSL color Cylindrical-coordinate representation of color #7500CD: hue angle of 274.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7500CD is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1170205-
CMYK0.43100.20
HSL274.24º100%40.2%-
HSV(B)274.24º100%80.39%-
XYZ18.368.1958.37-
YUV58.35210.76169.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 205 (80.47% from 255) = 63.66%
R=36.34%
G=0%
B=63.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal11702050.43100.20274.2410040.2
Hex750CD2B640141126428
Octal16503155314402442214450
Binary111010101100110110101111001000101001000100101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7500CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7500CD; }

 p { color: rgb(117,0,205); }

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

<style>
 a { background-color: #7500CD; }

 a { background-color: rgb(117,0,205); }

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

<style>
 span { border-color: #7500CD; }

 span { border-color: rgb(117,0,205); }

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