Html Css Color HEX #73328A Vivid Violet

📋 copy color: '#73328A'

red 115 ◦ green 50 ◦ blue 138

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

Shades of Vivid Violet #73328A

Tints of Vivid Violet #73328A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.5%

 BLUE value IS 138 (54.3% from 255) = 45.54%

R = 37.95%
G = 16.5%
B = 45.54%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#73328A (or 0x73328A) is known color: Vivid Violet. HEX triplet: 73, 32 and 8A. RGB value is (115,50,138). Sum of RGB (Red+Green+Blue) = 115+50+138=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #73328A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73328A is #8CCD75. Grayscale: #4F4F4F. Windows color (decimal): -9227638 or 9056883. OLE color: 9056883.

HSL color Cylindrical-coordinate representation of color #73328A: hue angle of 284.32º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #73328A is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 50 138 -
CMYK 0.17 0.64 0 0.46
HSL 284.32º 0.47% 0.37% -
HSV(B) 284.32º 0.64% 0.54% -
XYZ 12.8 7.76 24.87 -
YUV 79.47 161.03 153.34 -
System Red Green Blue C M Y K H S L
Decimal 115 50 138 0.17 0.64 0 0.46 284.32 0.47 0.37
Hex 73 32 8A 11 40 0 2E 11C 2F 25
Octal 163 62 212 21 100 0 56 434 57 45
Binary 1110011 110010 10001010 10001 1000000 0 101110 100011100 101111 100101

Color Harmonies of #73328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73328A

Black with #73328A

Text Example


Text Example

White with #73328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73328A; }

 p { color: rgb(115,50,138); }

 H1.HeaderClassName
 {
   color: #73328A;
 }
 .AnyTagClassName
 {
   color: #73328A;
 }
</style>

background-color css

<style>
 a { background-color: #73328A; }

 a { background-color: rgb(115,50,138); }

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

border-color css

<style>
 span { border-color: #73328A; }

 span { border-color: rgb(115,50,138); }

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