Html Css Color HEX #73096D Purple

📋 copy color: '#73096D'

red 115 ◦ green 9 ◦ blue 109

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

Shades of Purple #73096D

Tints of Purple #73096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.86%

 BLUE value IS 109 (42.97% from 255) = 46.78%

R = 49.36%
G = 3.86%
B = 46.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#73096D (or 0x73096D) is known color: Purple. HEX triplet: 73, 09 and 6D. RGB value is (115,9,109). Sum of RGB (Red+Green+Blue) = 115+9+109=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #73096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73096D is #8CF692. Grayscale: #333333. Windows color (decimal): -9238163 or 7145843. OLE color: 7145843.

HSL color Cylindrical-coordinate representation of color #73096D: hue angle of 303.4º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73096D is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 9 109 -
CMYK 0 0.92 0.05 0.55
HSL 303.4º 0.85% 0.24% -
HSV(B) 303.4º 0.92% 0.45% -
XYZ 9.93 4.94 14.9 -
YUV 52.09 160.12 172.87 -
System Red Green Blue C M Y K H S L
Decimal 115 9 109 0 0.92 0.05 0.55 303.4 0.85 0.24
Hex 73 9 6D 0 5C 5 37 12F 55 18
Octal 163 11 155 0 134 5 67 457 125 30
Binary 1110011 1001 1101101 0 1011100 101 110111 100101111 1010101 11000

Color Harmonies of #73096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73096D

Black with #73096D

Text Example


Text Example

White with #73096D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,9,109); }

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

background-color css

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

 a { background-color: rgb(115,9,109); }

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

border-color css

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

 span { border-color: rgb(115,9,109); }

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