Html Css Color HEX #7507AD Dark Violet

📋 copy color: '#7507AD'

red 117 ◦ green 7 ◦ blue 173

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

Shades of Dark Violet #7507AD

Tints of Dark Violet #7507AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.36%

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

R = 39.39%
G = 2.36%
B = 58.25%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7507AD (or 0x7507AD) is known color: Dark Violet. HEX triplet: 75, 07 and AD. RGB value is (117,7,173). Sum of RGB (Red+Green+Blue) = 117+7+173=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #7507AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7507AD is #8AF852. Grayscale: #3A3A3A. Windows color (decimal): -9107539 or 11339637. OLE color: 11339637.

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

Color convert

RGB 117 7 173 -
CMYK 0.32 0.96 0 0.32
HSL 279.76º 0.92% 0.35% -
HSV(B) 279.76º 0.96% 0.68% -
XYZ 14.95 6.95 40.09 -
YUV 58.81 192.44 169.5 -
System Red Green Blue C M Y K H S L
Decimal 117 7 173 0.32 0.96 0 0.32 279.76 0.92 0.35
Hex 75 7 AD 20 60 0 20 118 5C 23
Octal 165 7 255 40 140 0 40 430 134 43
Binary 1110101 111 10101101 100000 1100000 0 100000 100011000 1011100 100011

Color Harmonies of #7507AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7507AD

Black with #7507AD

Text Example


Text Example

White with #7507AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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