Html Css Color HEX #73299D Vivid Violet

📋 copy color: '#73299D'

red 115 ◦ green 41 ◦ blue 157

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

Shades of Vivid Violet #73299D

Tints of Vivid Violet #73299D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.1%

 BLUE value IS 157 (61.72% from 255) = 50.16%

R = 36.74%
G = 13.1%
B = 50.16%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73299D (or 0x73299D) is known color: Vivid Violet. HEX triplet: 73, 29 and 9D. RGB value is (115,41,157). Sum of RGB (Red+Green+Blue) = 115+41+157=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #73299D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73299D is #8CD662. Grayscale: #4B4B4B. Windows color (decimal): -9229923 or 10299763. OLE color: 10299763.

HSL color Cylindrical-coordinate representation of color #73299D: hue angle of 278.28º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73299D is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 41 157 -
CMYK 0.27 0.74 0 0.38
HSL 278.28º 0.59% 0.39% -
HSV(B) 278.28º 0.74% 0.62% -
XYZ 13.95 7.67 32.64 -
YUV 76.35 173.52 155.57 -
System Red Green Blue C M Y K H S L
Decimal 115 41 157 0.27 0.74 0 0.38 278.28 0.59 0.39
Hex 73 29 9D 1B 4A 0 26 116 3B 27
Octal 163 51 235 33 112 0 46 426 73 47
Binary 1110011 101001 10011101 11011 1001010 0 100110 100010110 111011 100111

Color Harmonies of #73299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73299D

Black with #73299D

Text Example


Text Example

White with #73299D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,41,157); }

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

background-color css

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

 a { background-color: rgb(115,41,157); }

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

border-color css

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

 span { border-color: rgb(115,41,157); }

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