Html Css Color HEX #73308D Vivid Violet

📋 copy color: '#73308D'

red 115 ◦ green 48 ◦ blue 141

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

Shades of Vivid Violet #73308D

Tints of Vivid Violet #73308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.79%

 BLUE value IS 141 (55.47% from 255) = 46.38%

R = 37.83%
G = 15.79%
B = 46.38%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73308D (or 0x73308D) is known color: Vivid Violet. HEX triplet: 73, 30 and 8D. RGB value is (115,48,141). Sum of RGB (Red+Green+Blue) = 115+48+141=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #73308D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73308D is #8CCF72. Grayscale: #4E4E4E. Windows color (decimal): -9228147 or 9252979. OLE color: 9252979.

HSL color Cylindrical-coordinate representation of color #73308D: hue angle of 283.23º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #73308D is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 48 141 -
CMYK 0.18 0.66 0 0.45
HSL 283.23º 0.49% 0.37% -
HSV(B) 283.23º 0.66% 0.55% -
XYZ 12.93 7.68 26 -
YUV 78.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 115 48 141 0.18 0.66 0 0.45 283.23 0.49 0.37
Hex 73 30 8D 12 42 0 2D 11B 31 25
Octal 163 60 215 22 102 0 55 433 61 45
Binary 1110011 110000 10001101 10010 1000010 0 101101 100011011 110001 100101

Color Harmonies of #73308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73308D

Black with #73308D

Text Example


Text Example

White with #73308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73308D; }

 p { color: rgb(115,48,141); }

 H1.HeaderClassName
 {
   color: #73308D;
 }
 .AnyTagClassName
 {
   color: #73308D;
 }
</style>

background-color css

<style>
 a { background-color: #73308D; }

 a { background-color: rgb(115,48,141); }

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

border-color css

<style>
 span { border-color: #73308D; }

 span { border-color: rgb(115,48,141); }

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