Html Css Color HEX #7805AF Dark Violet

📋 copy color: '#7805AF'

red 120 ◦ green 5 ◦ blue 175

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

Shades of Dark Violet #7805AF

Tints of Dark Violet #7805AF

RGB

 RED value IS 120 (47.27% from 255) = 40%

 GREEN value IS 5 (2.34% from 255) = 1.67%

 BLUE value IS 175 (68.75% from 255) = 58.33%

R = 40%
G = 1.67%
B = 58.33%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7805AF (or 0x7805AF) is known color: Dark Violet. HEX triplet: 78, 05 and AF. RGB value is (120,5,175). Sum of RGB (Red+Green+Blue) = 120+5+175=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #7805AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7805AF is #87FA50. Grayscale: #3A3A3A. Windows color (decimal): -8911441 or 11470200. OLE color: 11470200.

HSL color Cylindrical-coordinate representation of color #7805AF: hue angle of 280.59º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7805AF is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 5 175 -
CMYK 0.31 0.97 0 0.31
HSL 280.59º 0.94% 0.35% -
HSV(B) 280.59º 0.97% 0.69% -
XYZ 15.54 7.2 41.13 -
YUV 58.77 193.6 171.68 -
System Red Green Blue C M Y K H S L
Decimal 120 5 175 0.31 0.97 0 0.31 280.59 0.94 0.35
Hex 78 5 AF 1F 61 0 1F 119 5E 23
Octal 170 5 257 37 141 0 37 431 136 43
Binary 1111000 101 10101111 11111 1100001 0 11111 100011001 1011110 100011

Color Harmonies of #7805AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7805AF

Black with #7805AF

Text Example


Text Example

White with #7805AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7805AF; }

 p { color: rgb(120,5,175); }

 H1.HeaderClassName
 {
   color: #7805AF;
 }
 .AnyTagClassName
 {
   color: #7805AF;
 }
</style>

background-color css

<style>
 a { background-color: #7805AF; }

 a { background-color: rgb(120,5,175); }

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

border-color css

<style>
 span { border-color: #7805AF; }

 span { border-color: rgb(120,5,175); }

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