Html Css Color HEX #7404AF Dark Violet

📋 copy color: '#7404AF'

red 116 ◦ green 4 ◦ blue 175

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

Shades of Dark Violet #7404AF

Tints of Dark Violet #7404AF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.36%

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

R = 39.32%
G = 1.36%
B = 59.32%

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

#7404AF (or 0x7404AF) is known color: Dark Violet. HEX triplet: 74, 04 and AF. RGB value is (116,4,175). Sum of RGB (Red+Green+Blue) = 116+4+175=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #7404AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7404AF is #8BFB50. Grayscale: #383838. Windows color (decimal): -9173841 or 11469940. OLE color: 11469940.

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

Color convert

RGB 116 4 175 -
CMYK 0.34 0.98 0 0.31
HSL 279.3º 0.96% 0.35% -
HSV(B) 279.3º 0.98% 0.69% -
XYZ 14.98 6.89 41.1 -
YUV 56.98 194.61 170.1 -
System Red Green Blue C M Y K H S L
Decimal 116 4 175 0.34 0.98 0 0.31 279.3 0.96 0.35
Hex 74 4 AF 22 62 0 1F 117 60 23
Octal 164 4 257 42 142 0 37 427 140 43
Binary 1110100 100 10101111 100010 1100010 0 11111 100010111 1100000 100011

Color Harmonies of #7404AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7404AF

Black with #7404AF

Text Example


Text Example

White with #7404AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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