Html Css Color HEX #73168C Purple

📋 copy color: '#73168C'

red 115 ◦ green 22 ◦ blue 140

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

Shades of Purple #73168C

Tints of Purple #73168C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.54%

R = 41.52%
G = 7.94%
B = 50.54%

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

#73168C (or 0x73168C) is known color: Purple. HEX triplet: 73, 16 and 8C. RGB value is (115,22,140). Sum of RGB (Red+Green+Blue) = 115+22+140=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #73168C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73168C is #8CE973. Grayscale: #3E3E3E. Windows color (decimal): -9234804 or 9180787. OLE color: 9180787.

HSL color Cylindrical-coordinate representation of color #73168C: hue angle of 287.29º 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 #73168C is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 22 140 -
CMYK 0.18 0.84 0 0.45
HSL 287.29º 0.73% 0.32% -
HSV(B) 287.29º 0.84% 0.55% -
XYZ 12.09 6.11 25.35 -
YUV 63.26 171.31 164.91 -
System Red Green Blue C M Y K H S L
Decimal 115 22 140 0.18 0.84 0 0.45 287.29 0.73 0.32
Hex 73 16 8C 12 54 0 2D 11F 49 20
Octal 163 26 214 22 124 0 55 437 111 40
Binary 1110011 10110 10001100 10010 1010100 0 101101 100011111 1001001 100000

Color Harmonies of #73168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73168C

Black with #73168C

Text Example


Text Example

White with #73168C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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