Html Css Color HEX #73168F Purple

📋 copy color: '#73168F'

red 115 ◦ green 22 ◦ blue 143

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

Shades of Purple #73168F

Tints of Purple #73168F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 51.07%

R = 41.07%
G = 7.86%
B = 51.07%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#73168F (or 0x73168F) is known color: Purple. HEX triplet: 73, 16 and 8F. RGB value is (115,22,143). Sum of RGB (Red+Green+Blue) = 115+22+143=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 143 (56.25% from 255 or 51.07% from 280); Max value from RGB is 143 - color contains mainly: blue. Hex color #73168F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73168F is #8CE970. Grayscale: #3F3F3F. Windows color (decimal): -9234801 or 9377395. OLE color: 9377395.

HSL color Cylindrical-coordinate representation of color #73168F: hue angle of 286.12º 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 #73168F is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 22 143 -
CMYK 0.20 0.85 0 0.44
HSL 286.12º 0.73% 0.32% -
HSV(B) 286.12º 0.85% 0.56% -
XYZ 12.32 6.2 26.53 -
YUV 63.6 172.81 164.66 -
System Red Green Blue C M Y K H S L
Decimal 115 22 143 0.20 0.85 0 0.44 286.12 0.73 0.32
Hex 73 16 8F 14 55 0 2C 11E 49 20
Octal 163 26 217 24 125 0 54 436 111 40
Binary 1110011 10110 10001111 10100 1010101 0 101100 100011110 1001001 100000

Color Harmonies of #73168F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73168F

Black with #73168F

Text Example


Text Example

White with #73168F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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