Html Css Color HEX #73168D Purple

📋 copy color: '#73168D'

red 115 ◦ green 22 ◦ blue 141

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

Shades of Purple #73168D

Tints of Purple #73168D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50.72%

R = 41.37%
G = 7.91%
B = 50.72%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73168D (or 0x73168D) is known color: Purple. HEX triplet: 73, 16 and 8D. RGB value is (115,22,141). Sum of RGB (Red+Green+Blue) = 115+22+141=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #73168D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73168D is #8CE972. Grayscale: #3E3E3E. Windows color (decimal): -9234803 or 9246323. OLE color: 9246323.

HSL color Cylindrical-coordinate representation of color #73168D: hue angle of 286.89º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73168D is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 22 141 -
CMYK 0.18 0.84 0 0.45
HSL 286.89º 0.73% 0.32% -
HSV(B) 286.89º 0.84% 0.55% -
XYZ 12.16 6.14 25.74 -
YUV 63.37 171.81 164.82 -
System Red Green Blue C M Y K H S L
Decimal 115 22 141 0.18 0.84 0 0.45 286.89 0.73 0.32
Hex 73 16 8D 12 54 0 2D 11F 49 20
Octal 163 26 215 22 124 0 55 437 111 40
Binary 1110011 10110 10001101 10010 1010100 0 101101 100011111 1001001 100000

Color Harmonies of #73168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73168D

Black with #73168D

Text Example


Text Example

White with #73168D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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