Html Css Color HEX #7304AD Dark Violet

📋 copy color: '#7304AD'

red 115 ◦ green 4 ◦ blue 173

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

Shades of Dark Violet #7304AD

Tints of Dark Violet #7304AD

RGB

 RED value IS 115 (45.31% from 255) = 39.38%

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

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

R = 39.38%
G = 1.37%
B = 59.25%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7304AD (or 0x7304AD) is known color: Dark Violet. HEX triplet: 73, 04 and AD. RGB value is (115,4,173). Sum of RGB (Red+Green+Blue) = 115+4+173=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #7304AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7304AD is #8CFB52. Grayscale: #373737. Windows color (decimal): -9239379 or 11338867. OLE color: 11338867.

HSL color Cylindrical-coordinate representation of color #7304AD: hue angle of 279.41º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7304AD is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 4 173 -
CMYK 0.34 0.98 0 0.32
HSL 279.41º 0.95% 0.35% -
HSV(B) 279.41º 0.98% 0.68% -
XYZ 14.66 6.75 40.07 -
YUV 56.46 193.77 169.76 -
System Red Green Blue C M Y K H S L
Decimal 115 4 173 0.34 0.98 0 0.32 279.41 0.95 0.35
Hex 73 4 AD 22 62 0 20 117 5F 23
Octal 163 4 255 42 142 0 40 427 137 43
Binary 1110011 100 10101101 100010 1100010 0 100000 100010111 1011111 100011

Color Harmonies of #7304AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7304AD

Black with #7304AD

Text Example


Text Example

White with #7304AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,4,173); }

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

background-color css

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

 a { background-color: rgb(115,4,173); }

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

border-color css

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

 span { border-color: rgb(115,4,173); }

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