Html Css Color HEX #73358B Vivid Violet

📋 copy color: '#73358B'

red 115 ◦ green 53 ◦ blue 139

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

Shades of Vivid Violet #73358B

Tints of Vivid Violet #73358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.26%

 BLUE value IS 139 (54.69% from 255) = 45.28%

R = 37.46%
G = 17.26%
B = 45.28%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73358B (or 0x73358B) is known color: Vivid Violet. HEX triplet: 73, 35 and 8B. RGB value is (115,53,139). Sum of RGB (Red+Green+Blue) = 115+53+139=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #73358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73358B is #8CCA74. Grayscale: #515151. Windows color (decimal): -9226869 or 9123187. OLE color: 9123187.

HSL color Cylindrical-coordinate representation of color #73358B: hue angle of 283.26º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #73358B is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 53 139 -
CMYK 0.17 0.62 0 0.45
HSL 283.26º 0.45% 0.38% -
HSV(B) 283.26º 0.62% 0.55% -
XYZ 13 8.06 25.3 -
YUV 81.34 160.54 152.01 -
System Red Green Blue C M Y K H S L
Decimal 115 53 139 0.17 0.62 0 0.45 283.26 0.45 0.38
Hex 73 35 8B 11 3E 0 2D 11B 2D 26
Octal 163 65 213 21 76 0 55 433 55 46
Binary 1110011 110101 10001011 10001 111110 0 101101 100011011 101101 100110

Color Harmonies of #73358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73358B

Black with #73358B

Text Example


Text Example

White with #73358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73358B; }

 p { color: rgb(115,53,139); }

 H1.HeaderClassName
 {
   color: #73358B;
 }
 .AnyTagClassName
 {
   color: #73358B;
 }
</style>

background-color css

<style>
 a { background-color: #73358B; }

 a { background-color: rgb(115,53,139); }

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

border-color css

<style>
 span { border-color: #73358B; }

 span { border-color: rgb(115,53,139); }

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