Html Css Color HEX #7405AF Dark Violet

📋 copy color: '#7405AF'

red 116 ◦ green 5 ◦ blue 175

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

Shades of Dark Violet #7405AF

Tints of Dark Violet #7405AF

RGB

 RED value IS 116 (45.7% from 255) = 39.19%

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

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

R = 39.19%
G = 1.69%
B = 59.12%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7405AF (or 0x7405AF) is known color: Dark Violet. HEX triplet: 74, 05 and AF. RGB value is (116,5,175). Sum of RGB (Red+Green+Blue) = 116+5+175=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #7405AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7405AF is #8BFA50. Grayscale: #393939. Windows color (decimal): -9173585 or 11470196. OLE color: 11470196.

HSL color Cylindrical-coordinate representation of color #7405AF: hue angle of 279.18º 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 #7405AF is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 5 175 -
CMYK 0.34 0.97 0 0.31
HSL 279.18º 0.94% 0.35% -
HSV(B) 279.18º 0.97% 0.69% -
XYZ 14.99 6.92 41.1 -
YUV 57.57 194.27 169.68 -
System Red Green Blue C M Y K H S L
Decimal 116 5 175 0.34 0.97 0 0.31 279.18 0.94 0.35
Hex 74 5 AF 22 61 0 1F 117 5E 23
Octal 164 5 257 42 141 0 37 427 136 43
Binary 1110100 101 10101111 100010 1100001 0 11111 100010111 1011110 100011

Color Harmonies of #7405AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7405AF

Black with #7405AF

Text Example


Text Example

White with #7405AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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