Html Css Color HEX #7304BA Dark Violet

📋 copy color: '#7304BA'

red 115 ◦ green 4 ◦ blue 186

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

Shades of Dark Violet #7304BA

Tints of Dark Violet #7304BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.98%

R = 37.7%
G = 1.31%
B = 60.98%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7304BA (or 0x7304BA) is known color: Dark Violet. HEX triplet: 73, 04 and BA. RGB value is (115,4,186). Sum of RGB (Red+Green+Blue) = 115+4+186=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #7304BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7304BA is #8CFB45. Grayscale: #393939. Windows color (decimal): -9239366 or 12190835. OLE color: 12190835.

HSL color Cylindrical-coordinate representation of color #7304BA: hue angle of 276.59º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7304BA is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 4 186 -
CMYK 0.38 0.98 0 0.27
HSL 276.59º 0.96% 0.37% -
HSV(B) 276.59º 0.98% 0.73% -
XYZ 15.98 7.28 47.02 -
YUV 57.94 200.27 168.7 -
System Red Green Blue C M Y K H S L
Decimal 115 4 186 0.38 0.98 0 0.27 276.59 0.96 0.37
Hex 73 4 BA 26 62 0 1B 115 60 25
Octal 163 4 272 46 142 0 33 425 140 45
Binary 1110011 100 10111010 100110 1100010 0 11011 100010101 1100000 100101

Color Harmonies of #7304BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7304BA

Black with #7304BA

Text Example


Text Example

White with #7304BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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