Html Css Color HEX #73147C Purple

📋 copy color: '#73147C'

red 115 ◦ green 20 ◦ blue 124

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

Shades of Purple #73147C

Tints of Purple #73147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.72%

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

R = 44.4%
G = 7.72%
B = 47.88%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73147C (or 0x73147C) is known color: Purple. HEX triplet: 73, 14 and 7C. RGB value is (115,20,124). Sum of RGB (Red+Green+Blue) = 115+20+124=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #73147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73147C is #8CEB83. Grayscale: #3B3B3B. Windows color (decimal): -9235332 or 8131699. OLE color: 8131699.

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

Color convert

RGB 115 20 124 -
CMYK 0.07 0.84 0 0.51
HSL 294.81º 0.72% 0.28% -
HSV(B) 294.81º 0.84% 0.49% -
XYZ 10.96 5.6 19.57 -
YUV 60.26 163.97 167.04 -
System Red Green Blue C M Y K H S L
Decimal 115 20 124 0.07 0.84 0 0.51 294.81 0.72 0.28
Hex 73 14 7C 7 54 0 33 127 48 1C
Octal 163 24 174 7 124 0 63 447 110 34
Binary 1110011 10100 1111100 111 1010100 0 110011 100100111 1001000 11100

Color Harmonies of #73147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73147C

Black with #73147C

Text Example


Text Example

White with #73147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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