Html Css Color HEX #73168B Purple

📋 copy color: '#73168B'

red 115 ◦ green 22 ◦ blue 139

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

Shades of Purple #73168B

Tints of Purple #73168B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.36%

R = 41.67%
G = 7.97%
B = 50.36%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73168B (or 0x73168B) is known color: Purple. HEX triplet: 73, 16 and 8B. RGB value is (115,22,139). Sum of RGB (Red+Green+Blue) = 115+22+139=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #73168B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73168B is #8CE974. Grayscale: #3E3E3E. Windows color (decimal): -9234805 or 9115251. OLE color: 9115251.

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

Color convert

RGB 115 22 139 -
CMYK 0.17 0.84 0 0.45
HSL 287.69º 0.73% 0.32% -
HSV(B) 287.69º 0.84% 0.55% -
XYZ 12.02 6.08 24.97 -
YUV 63.15 170.81 164.99 -
System Red Green Blue C M Y K H S L
Decimal 115 22 139 0.17 0.84 0 0.45 287.69 0.73 0.32
Hex 73 16 8B 11 54 0 2D 120 49 20
Octal 163 26 213 21 124 0 55 440 111 40
Binary 1110011 10110 10001011 10001 1010100 0 101101 100100000 1001001 100000

Color Harmonies of #73168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73168B

Black with #73168B

Text Example


Text Example

White with #73168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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