Html Css Color HEX #73106E Purple

📋 copy color: '#73106E'

red 115 ◦ green 16 ◦ blue 110

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

Shades of Purple #73106E

Tints of Purple #73106E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.64%

 BLUE value IS 110 (43.36% from 255) = 45.64%

R = 47.72%
G = 6.64%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#73106E (or 0x73106E) is known color: Purple. HEX triplet: 73, 10 and 6E. RGB value is (115,16,110). Sum of RGB (Red+Green+Blue) = 115+16+110=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #73106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73106E is #8CEF91. Grayscale: #383838. Windows color (decimal): -9236370 or 7213171. OLE color: 7213171.

HSL color Cylindrical-coordinate representation of color #73106E: hue angle of 303.03º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73106E is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 16 110 -
CMYK 0 0.86 0.04 0.55
HSL 303.03º 0.76% 0.26% -
HSV(B) 303.03º 0.86% 0.45% -
XYZ 10.07 5.14 15.21 -
YUV 56.32 158.3 169.86 -
System Red Green Blue C M Y K H S L
Decimal 115 16 110 0 0.86 0.04 0.55 303.03 0.76 0.26
Hex 73 10 6E 0 56 4 37 12F 4C 1A
Octal 163 20 156 0 126 4 67 457 114 32
Binary 1110011 10000 1101110 0 1010110 100 110111 100101111 1001100 11010

Color Harmonies of #73106E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73106E

Black with #73106E

Text Example


Text Example

White with #73106E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73106E; }

 p { color: rgb(115,16,110); }

 H1.HeaderClassName
 {
   color: #73106E;
 }
 .AnyTagClassName
 {
   color: #73106E;
 }
</style>

background-color css

<style>
 a { background-color: #73106E; }

 a { background-color: rgb(115,16,110); }

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

border-color css

<style>
 span { border-color: #73106E; }

 span { border-color: rgb(115,16,110); }

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