Html Css Color HEX #73027C Purple

📋 copy color: '#73027C'

red 115 ◦ green 2 ◦ blue 124

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

Shades of Purple #73027C

Tints of Purple #73027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 47.72%
G = 0.83%
B = 51.45%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73027C (or 0x73027C) is known color: Purple. HEX triplet: 73, 02 and 7C. RGB value is (115,2,124). Sum of RGB (Red+Green+Blue) = 115+2+124=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #73027C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73027C is #8CFD83. Grayscale: #313131. Windows color (decimal): -9239940 or 8127091. OLE color: 8127091.

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

Color convert

RGB 115 2 124 -
CMYK 0.07 0.98 0 0.51
HSL 295.57º 0.97% 0.25% -
HSV(B) 295.57º 0.98% 0.49% -
XYZ 10.73 5.14 19.5 -
YUV 49.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 115 2 124 0.07 0.98 0 0.51 295.57 0.97 0.25
Hex 73 2 7C 7 62 0 33 128 61 19
Octal 163 2 174 7 142 0 63 450 141 31
Binary 1110011 10 1111100 111 1100010 0 110011 100101000 1100001 11001

Color Harmonies of #73027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73027C

Black with #73027C

Text Example


Text Example

White with #73027C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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