Html Css Color HEX #73057C Purple

📋 copy color: '#73057C'

red 115 ◦ green 5 ◦ blue 124

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

Shades of Purple #73057C

Tints of Purple #73057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.05%

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

R = 47.13%
G = 2.05%
B = 50.82%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73057C (or 0x73057C) is known color: Purple. HEX triplet: 73, 05 and 7C. RGB value is (115,5,124). Sum of RGB (Red+Green+Blue) = 115+5+124=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #73057C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73057C is #8CFA83. Grayscale: #333333. Windows color (decimal): -9239172 or 8127859. OLE color: 8127859.

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

Color convert

RGB 115 5 124 -
CMYK 0.07 0.96 0 0.51
HSL 295.46º 0.92% 0.25% -
HSV(B) 295.46º 0.96% 0.49% -
XYZ 10.76 5.21 19.51 -
YUV 51.46 168.94 173.32 -
System Red Green Blue C M Y K H S L
Decimal 115 5 124 0.07 0.96 0 0.51 295.46 0.92 0.25
Hex 73 5 7C 7 60 0 33 127 5C 19
Octal 163 5 174 7 140 0 63 447 134 31
Binary 1110011 101 1111100 111 1100000 0 110011 100100111 1011100 11001

Color Harmonies of #73057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73057C

Black with #73057C

Text Example


Text Example

White with #73057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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