Html Css Color HEX #73026D Purple

📋 copy color: '#73026D'

red 115 ◦ green 2 ◦ blue 109

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

Shades of Purple #73026D

Tints of Purple #73026D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 50.88%
G = 0.88%
B = 48.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#73026D (or 0x73026D) is known color: Purple. HEX triplet: 73, 02 and 6D. RGB value is (115,2,109). Sum of RGB (Red+Green+Blue) = 115+2+109=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73026D is #8CFD92. Grayscale: #2F2F2F. Windows color (decimal): -9239955 or 7144051. OLE color: 7144051.

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

Color convert

RGB 115 2 109 -
CMYK 0 0.98 0.05 0.55
HSL 303.19º 0.97% 0.23% -
HSV(B) 303.19º 0.98% 0.45% -
XYZ 9.85 4.79 14.87 -
YUV 47.99 162.44 175.8 -
System Red Green Blue C M Y K H S L
Decimal 115 2 109 0 0.98 0.05 0.55 303.19 0.97 0.23
Hex 73 2 6D 0 62 5 37 12F 61 17
Octal 163 2 155 0 142 5 67 457 141 27
Binary 1110011 10 1101101 0 1100010 101 110111 100101111 1100001 10111

Color Harmonies of #73026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73026D

Black with #73026D

Text Example


Text Example

White with #73026D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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