#7400CD

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

Shades of Dark Violet #7400CD

Tints of Dark Violet #7400CD

Color information

#7400CD (or 0x7400CD) is unknown color: approx Dark Violet. HEX triplet: 74, 00 and CD. RGB value is (116,0,205). Sum of RGB (Red+Green+Blue) = 116+0+205=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #7400CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7400CD is #8BFF32. Grayscale: #393939. Windows color (decimal): -9174835 or 13434996. OLE color: 13434996.

HSL color Cylindrical-coordinate representation of color #7400CD: hue angle of 273.95º 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 #7400CD is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1160205-
CMYK0.43100.20
HSL273.95º100%40.2%-
HSV(B)273.95º100%80.39%-
XYZ18.228.1258.36-
YUV58.05210.93169.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 205 (80.47% from 255) = 63.86%
R=36.14%
G=0%
B=63.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal11602050.43100.20273.9510040.2
Hex740CD2B640141126428
Octal16403155314402442214450
Binary111010001100110110101111001000101001000100101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7400CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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