Html Css Color HEX #73076A Purple

📋 copy color: '#73076A'

red 115 ◦ green 7 ◦ blue 106

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

Shades of Purple #73076A

Tints of Purple #73076A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 46.49%

R = 50.44%
G = 3.07%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#73076A (or 0x73076A) is known color: Purple. HEX triplet: 73, 07 and 6A. RGB value is (115,7,106). Sum of RGB (Red+Green+Blue) = 115+7+106=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #73076A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73076A is #8CF895. Grayscale: #323232. Windows color (decimal): -9238678 or 6948723. OLE color: 6948723.

HSL color Cylindrical-coordinate representation of color #73076A: hue angle of 305º 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 #73076A is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 7 106 -
CMYK 0 0.94 0.08 0.55
HSL 305º 0.89% 0.24% -
HSV(B) 305º 0.94% 0.45% -
XYZ 9.75 4.84 14.06 -
YUV 50.58 159.28 173.95 -
System Red Green Blue C M Y K H S L
Decimal 115 7 106 0 0.94 0.08 0.55 305 0.89 0.24
Hex 73 7 6A 0 5E 8 37 131 59 18
Octal 163 7 152 0 136 10 67 461 131 30
Binary 1110011 111 1101010 0 1011110 1000 110111 100110001 1011001 11000

Color Harmonies of #73076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73076A

Black with #73076A

Text Example


Text Example

White with #73076A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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