Html Css Color HEX #7304BB Dark Violet

📋 copy color: '#7304BB'

red 115 ◦ green 4 ◦ blue 187

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

Shades of Dark Violet #7304BB

Tints of Dark Violet #7304BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.11%

R = 37.58%
G = 1.31%
B = 61.11%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7304BB (or 0x7304BB) is known color: Dark Violet. HEX triplet: 73, 04 and BB. RGB value is (115,4,187). Sum of RGB (Red+Green+Blue) = 115+4+187=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #7304BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7304BB is #8CFB44. Grayscale: #393939. Windows color (decimal): -9239365 or 12256371. OLE color: 12256371.

HSL color Cylindrical-coordinate representation of color #7304BB: hue angle of 276.39º 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 #7304BB is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 4 187 -
CMYK 0.39 0.98 0 0.27
HSL 276.39º 0.96% 0.37% -
HSV(B) 276.39º 0.98% 0.73% -
XYZ 16.08 7.32 47.58 -
YUV 58.05 200.77 168.62 -
System Red Green Blue C M Y K H S L
Decimal 115 4 187 0.39 0.98 0 0.27 276.39 0.96 0.37
Hex 73 4 BB 27 62 0 1B 114 60 25
Octal 163 4 273 47 142 0 33 424 140 45
Binary 1110011 100 10111011 100111 1100010 0 11011 100010100 1100000 100101

Color Harmonies of #7304BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7304BB

Black with #7304BB

Text Example


Text Example

White with #7304BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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