Html Css Color HEX #73139D Vivid Violet

📋 copy color: '#73139D'

red 115 ◦ green 19 ◦ blue 157

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

Shades of Vivid Violet #73139D

Tints of Vivid Violet #73139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.53%

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

R = 39.52%
G = 6.53%
B = 53.95%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73139D (or 0x73139D) is known color: Vivid Violet. HEX triplet: 73, 13 and 9D. RGB value is (115,19,157). Sum of RGB (Red+Green+Blue) = 115+19+157=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #73139D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73139D is #8CEC62. Grayscale: #3E3E3E. Windows color (decimal): -9235555 or 10294131. OLE color: 10294131.

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

Color convert

RGB 115 19 157 -
CMYK 0.27 0.88 0 0.38
HSL 281.74º 0.78% 0.35% -
HSV(B) 281.74º 0.88% 0.62% -
XYZ 13.39 6.54 32.46 -
YUV 63.44 180.8 164.78 -
System Red Green Blue C M Y K H S L
Decimal 115 19 157 0.27 0.88 0 0.38 281.74 0.78 0.35
Hex 73 13 9D 1B 58 0 26 11A 4E 23
Octal 163 23 235 33 130 0 46 432 116 43
Binary 1110011 10011 10011101 11011 1011000 0 100110 100011010 1001110 100011

Color Harmonies of #73139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73139D

Black with #73139D

Text Example


Text Example

White with #73139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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