Html Css Color HEX #73177F Purple

📋 copy color: '#73177F'

red 115 ◦ green 23 ◦ blue 127

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

Shades of Purple #73177F

Tints of Purple #73177F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.68%

 BLUE value IS 127 (50% from 255) = 47.92%

R = 43.4%
G = 8.68%
B = 47.92%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#73177F (or 0x73177F) is known color: Purple. HEX triplet: 73, 17 and 7F. RGB value is (115,23,127). Sum of RGB (Red+Green+Blue) = 115+23+127=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #73177F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73177F is #8CE880. Grayscale: #3E3E3E. Windows color (decimal): -9234561 or 8329075. OLE color: 8329075.

HSL color Cylindrical-coordinate representation of color #73177F: hue angle of 293.08º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73177F is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 23 127 -
CMYK 0.09 0.82 0 0.50
HSL 293.08º 0.69% 0.29% -
HSV(B) 293.08º 0.82% 0.5% -
XYZ 11.21 5.79 20.61 -
YUV 62.36 164.48 165.54 -
System Red Green Blue C M Y K H S L
Decimal 115 23 127 0.09 0.82 0 0.50 293.08 0.69 0.29
Hex 73 17 7F 9 52 0 32 125 45 1D
Octal 163 27 177 11 122 0 62 445 105 35
Binary 1110011 10111 1111111 1001 1010010 0 110010 100100101 1000101 11101

Color Harmonies of #73177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73177F

Black with #73177F

Text Example


Text Example

White with #73177F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,23,127); }

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

background-color css

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

 a { background-color: rgb(115,23,127); }

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

border-color css

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

 span { border-color: rgb(115,23,127); }

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