Html Css Color HEX #73025C Tyrian Purple

📋 copy color: '#73025C'

red 115 ◦ green 2 ◦ blue 92

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

Shades of Tyrian Purple #73025C

Tints of Tyrian Purple #73025C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.02%

R = 55.02%
G = 0.96%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#73025C (or 0x73025C) is known color: Tyrian Purple. HEX triplet: 73, 02 and 5C. RGB value is (115,2,92). Sum of RGB (Red+Green+Blue) = 115+2+92=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #73025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73025C is #8CFDA3. Grayscale: #2D2D2D. Windows color (decimal): -9239972 or 6029939. OLE color: 6029939.

HSL color Cylindrical-coordinate representation of color #73025C: hue angle of 312.21º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73025C is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 2 92 -
CMYK 0 0.98 0.20 0.55
HSL 312.21º 0.97% 0.23% -
HSV(B) 312.21º 0.98% 0.45% -
XYZ 9.02 4.46 10.51 -
YUV 46.05 153.94 177.18 -
System Red Green Blue C M Y K H S L
Decimal 115 2 92 0 0.98 0.20 0.55 312.21 0.97 0.23
Hex 73 2 5C 0 62 14 37 138 61 17
Octal 163 2 134 0 142 24 67 470 141 27
Binary 1110011 10 1011100 0 1100010 10100 110111 100111000 1100001 10111

Color Harmonies of #73025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73025C

Black with #73025C

Text Example


Text Example

White with #73025C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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