Html Css Color HEX #73056D Purple

📋 copy color: '#73056D'

red 115 ◦ green 5 ◦ blue 109

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

Shades of Purple #73056D

Tints of Purple #73056D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.18%

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

R = 50.22%
G = 2.18%
B = 47.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#73056D (or 0x73056D) is known color: Purple. HEX triplet: 73, 05 and 6D. RGB value is (115,5,109). Sum of RGB (Red+Green+Blue) = 115+5+109=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #73056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73056D is #8CFA92. Grayscale: #313131. Windows color (decimal): -9239187 or 7144819. OLE color: 7144819.

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

Color convert

RGB 115 5 109 -
CMYK 0 0.96 0.05 0.55
HSL 303.27º 0.92% 0.24% -
HSV(B) 303.27º 0.96% 0.45% -
XYZ 9.88 4.86 14.88 -
YUV 49.75 161.44 174.54 -
System Red Green Blue C M Y K H S L
Decimal 115 5 109 0 0.96 0.05 0.55 303.27 0.92 0.24
Hex 73 5 6D 0 60 5 37 12F 5C 18
Octal 163 5 155 0 140 5 67 457 134 30
Binary 1110011 101 1101101 0 1100000 101 110111 100101111 1011100 11000

Color Harmonies of #73056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73056D

Black with #73056D

Text Example


Text Example

White with #73056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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