Html Css Color HEX #73168E Purple

📋 copy color: '#73168E'

red 115 ◦ green 22 ◦ blue 142

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

Shades of Purple #73168E

Tints of Purple #73168E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.89%

 BLUE value IS 142 (55.86% from 255) = 50.9%

R = 41.22%
G = 7.89%
B = 50.9%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#73168E (or 0x73168E) is known color: Purple. HEX triplet: 73, 16 and 8E. RGB value is (115,22,142). Sum of RGB (Red+Green+Blue) = 115+22+142=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #73168E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73168E is #8CE971. Grayscale: #3F3F3F. Windows color (decimal): -9234802 or 9311859. OLE color: 9311859.

HSL color Cylindrical-coordinate representation of color #73168E: hue angle of 286.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73168E is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 22 142 -
CMYK 0.19 0.85 0 0.44
HSL 286.5º 0.73% 0.32% -
HSV(B) 286.5º 0.85% 0.56% -
XYZ 12.24 6.17 26.14 -
YUV 63.49 172.31 164.74 -
System Red Green Blue C M Y K H S L
Decimal 115 22 142 0.19 0.85 0 0.44 286.5 0.73 0.32
Hex 73 16 8E 13 55 0 2C 11E 49 20
Octal 163 26 216 23 125 0 54 436 111 40
Binary 1110011 10110 10001110 10011 1010101 0 101100 100011110 1001001 100000

Color Harmonies of #73168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73168E

Black with #73168E

Text Example


Text Example

White with #73168E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,22,142); }

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

background-color css

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

 a { background-color: rgb(115,22,142); }

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

border-color css

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

 span { border-color: rgb(115,22,142); }

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