Html Css Color HEX #73076F Purple

📋 copy color: '#73076F'

red 115 ◦ green 7 ◦ blue 111

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

Shades of Purple #73076F

Tints of Purple #73076F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3%

 BLUE value IS 111 (43.75% from 255) = 47.64%

R = 49.36%
G = 3%
B = 47.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#73076F (or 0x73076F) is known color: Purple. HEX triplet: 73, 07 and 6F. RGB value is (115,7,111). Sum of RGB (Red+Green+Blue) = 115+7+111=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #73076F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73076F is #8CF890. Grayscale: #323232. Windows color (decimal): -9238673 or 7276403. OLE color: 7276403.

HSL color Cylindrical-coordinate representation of color #73076F: hue angle of 302.22º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73076F is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 7 111 -
CMYK 0 0.94 0.03 0.55
HSL 302.22º 0.89% 0.24% -
HSV(B) 302.22º 0.94% 0.45% -
XYZ 10.02 4.94 15.47 -
YUV 51.15 161.78 173.54 -
System Red Green Blue C M Y K H S L
Decimal 115 7 111 0 0.94 0.03 0.55 302.22 0.89 0.24
Hex 73 7 6F 0 5E 3 37 12E 59 18
Octal 163 7 157 0 136 3 67 456 131 30
Binary 1110011 111 1101111 0 1011110 11 110111 100101110 1011001 11000

Color Harmonies of #73076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73076F

Black with #73076F

Text Example


Text Example

White with #73076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73076F; }

 p { color: rgb(115,7,111); }

 H1.HeaderClassName
 {
   color: #73076F;
 }
 .AnyTagClassName
 {
   color: #73076F;
 }
</style>

background-color css

<style>
 a { background-color: #73076F; }

 a { background-color: rgb(115,7,111); }

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

border-color css

<style>
 span { border-color: #73076F; }

 span { border-color: rgb(115,7,111); }

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