#7503B3

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

Shades of Dark Violet #7503B3

Tints of Dark Violet #7503B3

Color information

#7503B3 (or 0x7503B3) is unknown color: approx Dark Violet. HEX triplet: 75, 03 and B3. RGB value is (117,3,179). Sum of RGB (Red+Green+Blue) = 117+3+179=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 179 (70.31% from 255 or 59.87% from 299); Max value from RGB is 179 - color contains mainly: blue. Hex color #7503B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7503B3 is #8AFC4C. Grayscale: #383838. Windows color (decimal): -9108557 or 11731829. OLE color: 11731829.

HSL color Cylindrical-coordinate representation of color #7503B3: hue angle of 278.86º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7503B3 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1173179-
CMYK0.350.9800.30
HSL278.86º96.7%35.69%-
HSV(B)278.86º98.32%70.2%-
XYZ15.517.143.2-
YUV57.15196.77170.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 3 (1.56% from 255) = 1.00%
BLUE value IS 179 (70.31% from 255) = 59.87%
R=39.13%
G=1.00%
B=59.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11731790.350.9800.30278.8696.735.69
Hex753B3236201E1176124
Octal16532634314203642714144
Binary1110101111011001110001111000100111101000101111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7503B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7503B3; }

 p { color: rgb(117,3,179); }

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

<style>
 a { background-color: #7503B3; }

 a { background-color: rgb(117,3,179); }

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

<style>
 span { border-color: #7503B3; }

 span { border-color: rgb(117,3,179); }

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