Html Css Color HEX #7403AF Dark Violet

📋 copy color: '#7403AF'

red 116 ◦ green 3 ◦ blue 175

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

Shades of Dark Violet #7403AF

Tints of Dark Violet #7403AF

RGB

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

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

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

R = 39.46%
G = 1.02%
B = 59.52%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7403AF (or 0x7403AF) is known color: Dark Violet. HEX triplet: 74, 03 and AF. RGB value is (116,3,175). Sum of RGB (Red+Green+Blue) = 116+3+175=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #7403AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7403AF is #8BFC50. Grayscale: #373737. Windows color (decimal): -9174097 or 11469684. OLE color: 11469684.

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

Color convert

RGB 116 3 175 -
CMYK 0.34 0.98 0 0.31
HSL 279.42º 0.97% 0.35% -
HSV(B) 279.42º 0.98% 0.69% -
XYZ 14.97 6.87 41.09 -
YUV 56.4 194.94 170.51 -
System Red Green Blue C M Y K H S L
Decimal 116 3 175 0.34 0.98 0 0.31 279.42 0.97 0.35
Hex 74 3 AF 22 62 0 1F 117 61 23
Octal 164 3 257 42 142 0 37 427 141 43
Binary 1110100 11 10101111 100010 1100010 0 11111 100010111 1100001 100011

Color Harmonies of #7403AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7403AF

Black with #7403AF

Text Example


Text Example

White with #7403AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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