Html Css Color HEX #73117C Purple

📋 copy color: '#73117C'

red 115 ◦ green 17 ◦ blue 124

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

Shades of Purple #73117C

Tints of Purple #73117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.64%

 BLUE value IS 124 (48.83% from 255) = 48.44%

R = 44.92%
G = 6.64%
B = 48.44%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73117C (or 0x73117C) is known color: Purple. HEX triplet: 73, 11 and 7C. RGB value is (115,17,124). Sum of RGB (Red+Green+Blue) = 115+17+124=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #73117C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73117C is #8CEE83. Grayscale: #3A3A3A. Windows color (decimal): -9236100 or 8130931. OLE color: 8130931.

HSL color Cylindrical-coordinate representation of color #73117C: hue angle of 294.95º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73117C is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 115 17 124 -
CMYK 0.07 0.86 0 0.51
HSL 294.95º 0.76% 0.28% -
HSV(B) 294.95º 0.86% 0.49% -
XYZ 10.91 5.5 19.56 -
YUV 58.5 164.97 168.3 -
System Red Green Blue C M Y K H S L
Decimal 115 17 124 0.07 0.86 0 0.51 294.95 0.76 0.28
Hex 73 11 7C 7 56 0 33 127 4C 1C
Octal 163 21 174 7 126 0 63 447 114 34
Binary 1110011 10001 1111100 111 1010110 0 110011 100100111 1001100 11100

Color Harmonies of #73117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73117C

Black with #73117C

Text Example


Text Example

White with #73117C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,17,124); }

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

background-color css

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

 a { background-color: rgb(115,17,124); }

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

border-color css

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

 span { border-color: rgb(115,17,124); }

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