Html Css Color HEX #73006D Purple

📋 copy color: '#73006D'

red 115 ◦ green 0 ◦ blue 109

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

Shades of Purple #73006D

Tints of Purple #73006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.34%
G = 0%
B = 48.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#73006D (or 0x73006D) is known color: Purple. HEX triplet: 73, 00 and 6D. RGB value is (115,0,109). Sum of RGB (Red+Green+Blue) = 115+0+109=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #73006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73006D is #8CFF92. Grayscale: #2E2E2E. Windows color (decimal): -9240467 or 7143539. OLE color: 7143539.

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

Color convert

RGB 115 0 109 -
CMYK 0 1 0.05 0.55
HSL 303.13º 1% 0.23% -
HSV(B) 303.13º 1% 0.45% -
XYZ 9.83 4.75 14.87 -
YUV 46.81 163.1 176.64 -
System Red Green Blue C M Y K H S L
Decimal 115 0 109 0 1 0.05 0.55 303.13 1 0.23
Hex 73 0 6D 0 64 5 37 12F 64 17
Octal 163 0 155 0 144 5 67 457 144 27
Binary 1110011 0 1101101 0 1100100 101 110111 100101111 1100100 10111

Color Harmonies of #73006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73006D

Black with #73006D

Text Example


Text Example

White with #73006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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