Html Css Color HEX #7503AD Dark Violet

📋 copy color: '#7503AD'

red 117 ◦ green 3 ◦ blue 173

#7503AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #7503AD

Tints of Dark Violet #7503AD

RGB

 RED value IS 117 (46.09% from 255) = 39.93%

 GREEN value IS 3 (1.56% from 255) = 1.02%

 BLUE value IS 173 (67.97% from 255) = 59.04%

R = 39.93%
G = 1.02%
B = 59.04%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7503AD (or 0x7503AD) is known color: Dark Violet. HEX triplet: 75, 03 and AD. RGB value is (117,3,173). Sum of RGB (Red+Green+Blue) = 117+3+173=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #7503AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7503AD is #8AFC52. Grayscale: #373737. Windows color (decimal): -9108563 or 11338613. OLE color: 11338613.

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

Color convert

RGB 117 3 173 -
CMYK 0.32 0.98 0 0.32
HSL 280.24º 0.97% 0.35% -
HSV(B) 280.24º 0.98% 0.68% -
XYZ 14.91 6.86 40.07 -
YUV 56.47 193.77 171.18 -
System Red Green Blue C M Y K H S L
Decimal 117 3 173 0.32 0.98 0 0.32 280.24 0.97 0.35
Hex 75 3 AD 20 62 0 20 118 61 23
Octal 165 3 255 40 142 0 40 430 141 43
Binary 1110101 11 10101101 100000 1100010 0 100000 100011000 1100001 100011

Color Harmonies of #7503AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7503AD

Black with #7503AD

Text Example


Text Example

White with #7503AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7503AD;
 }
 .AnyTagClassName
 {
   color: #7503AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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