Html Css Color HEX #7300AE Dark Violet

📋 copy color: '#7300AE'

red 115 ◦ green 0 ◦ blue 174

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

Shades of Dark Violet #7300AE

Tints of Dark Violet #7300AE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 174 (68.36% from 255) = 60.21%

R = 39.79%
G = 0%
B = 60.21%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7300AE (or 0x7300AE) is known color: Dark Violet. HEX triplet: 73, 00 and AE. RGB value is (115,0,174). Sum of RGB (Red+Green+Blue) = 115+0+174=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #7300AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7300AE is #8CFF51. Grayscale: #353535. Windows color (decimal): -9240402 or 11403379. OLE color: 11403379.

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

Color convert

RGB 115 0 174 -
CMYK 0.34 1 0 0.32
HSL 279.66º 1% 0.34% -
HSV(B) 279.66º 1% 0.68% -
XYZ 14.71 6.7 40.56 -
YUV 54.22 195.6 171.35 -
System Red Green Blue C M Y K H S L
Decimal 115 0 174 0.34 1 0 0.32 279.66 1 0.34
Hex 73 0 AE 22 64 0 20 118 64 22
Octal 163 0 256 42 144 0 40 430 144 42
Binary 1110011 0 10101110 100010 1100100 0 100000 100011000 1100100 100010

Color Harmonies of #7300AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7300AE

Black with #7300AE

Text Example


Text Example

White with #7300AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7300AE; }

 p { color: rgb(115,0,174); }

 H1.HeaderClassName
 {
   color: #7300AE;
 }
 .AnyTagClassName
 {
   color: #7300AE;
 }
</style>

background-color css

<style>
 a { background-color: #7300AE; }

 a { background-color: rgb(115,0,174); }

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

border-color css

<style>
 span { border-color: #7300AE; }

 span { border-color: rgb(115,0,174); }

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