Html Css Color HEX #7304CD Dark Violet

📋 copy color: '#7304CD'

red 115 ◦ green 4 ◦ blue 205

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

Shades of Dark Violet #7304CD

Tints of Dark Violet #7304CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.27%

R = 35.49%
G = 1.23%
B = 63.27%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7304CD (or 0x7304CD) is known color: Dark Violet. HEX triplet: 73, 04 and CD. RGB value is (115,4,205). Sum of RGB (Red+Green+Blue) = 115+4+205=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #7304CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7304CD is #8CFB32. Grayscale: #3B3B3B. Windows color (decimal): -9239347 or 13436019. OLE color: 13436019.

HSL color Cylindrical-coordinate representation of color #7304CD: hue angle of 273.13º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7304CD is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 4 205 -
CMYK 0.44 0.98 0 0.20
HSL 273.13º 0.96% 0.41% -
HSV(B) 273.13º 0.98% 0.8% -
XYZ 18.13 8.14 58.37 -
YUV 60.1 209.77 167.16 -
System Red Green Blue C M Y K H S L
Decimal 115 4 205 0.44 0.98 0 0.20 273.13 0.96 0.41
Hex 73 4 CD 2C 62 0 14 111 60 29
Octal 163 4 315 54 142 0 24 421 140 51
Binary 1110011 100 11001101 101100 1100010 0 10100 100010001 1100000 101001

Color Harmonies of #7304CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7304CD

Black with #7304CD

Text Example


Text Example

White with #7304CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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