Html Css Color HEX #7607AD Dark Violet

📋 copy color: '#7607AD'

red 118 ◦ green 7 ◦ blue 173

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

Shades of Dark Violet #7607AD

Tints of Dark Violet #7607AD

RGB

 RED value IS 118 (46.48% from 255) = 39.6%

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

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

R = 39.6%
G = 2.35%
B = 58.05%

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

#7607AD (or 0x7607AD) is known color: Dark Violet. HEX triplet: 76, 07 and AD. RGB value is (118,7,173). Sum of RGB (Red+Green+Blue) = 118+7+173=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #7607AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7607AD is #89F852. Grayscale: #3A3A3A. Windows color (decimal): -9042003 or 11339638. OLE color: 11339638.

HSL color Cylindrical-coordinate representation of color #7607AD: hue angle of 280.12º 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 #7607AD is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 7 173 -
CMYK 0.32 0.96 0 0.32
HSL 280.12º 0.92% 0.35% -
HSV(B) 280.12º 0.96% 0.68% -
XYZ 15.09 7.02 40.09 -
YUV 59.11 192.27 170 -
System Red Green Blue C M Y K H S L
Decimal 118 7 173 0.32 0.96 0 0.32 280.12 0.92 0.35
Hex 76 7 AD 20 60 0 20 118 5C 23
Octal 166 7 255 40 140 0 40 430 134 43
Binary 1110110 111 10101101 100000 1100000 0 100000 100011000 1011100 100011

Color Harmonies of #7607AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7607AD

Black with #7607AD

Text Example


Text Example

White with #7607AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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