#7504CB

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

Shades of Dark Violet #7504CB

Tints of Dark Violet #7504CB

Color information

#7504CB (or 0x7504CB) is unknown color: approx Dark Violet. HEX triplet: 75, 04 and CB. RGB value is (117,4,203). Sum of RGB (Red+Green+Blue) = 117+4+203=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #7504CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7504CB is #8AFB34. Grayscale: #3B3B3B. Windows color (decimal): -9108277 or 13304949. OLE color: 13304949.

HSL color Cylindrical-coordinate representation of color #7504CB: hue angle of 274.07º degrees, saturation: 0.96, 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 #7504CB is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1174203-
CMYK0.420.9800.20
HSL274.07º96.14%40.59%-
HSV(B)274.07º98.03%79.61%-
XYZ18.168.1857.12-
YUV60.47208.44168.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 4 (1.95% from 255) = 1.23%
BLUE value IS 203 (79.69% from 255) = 62.65%
R=36.11%
G=1.23%
B=62.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal11742030.420.9800.20274.0796.1440.59
Hex754CB2A620141126029
Octal16543135214202442214051
Binary11101011001100101110101011000100101001000100101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7504CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7504CB; }

 p { color: rgb(117,4,203); }

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

<style>
 a { background-color: #7504CB; }

 a { background-color: rgb(117,4,203); }

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

<style>
 span { border-color: #7504CB; }

 span { border-color: rgb(117,4,203); }

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