Html Css Color HEX #73023F Tyrian Purple

📋 copy color: '#73023F'

red 115 ◦ green 2 ◦ blue 63

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

Shades of Tyrian Purple #73023F

Tints of Tyrian Purple #73023F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35%

R = 63.89%
G = 1.11%
B = 35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#73023F (or 0x73023F) is known color: Tyrian Purple. HEX triplet: 73, 02 and 3F. RGB value is (115,2,63). Sum of RGB (Red+Green+Blue) = 115+2+63=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #73023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73023F is #8CFDC0. Grayscale: #2A2A2A. Windows color (decimal): -9240001 or 4129395. OLE color: 4129395.

HSL color Cylindrical-coordinate representation of color #73023F: hue angle of 327.61º 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 #73023F is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 2 63 -
CMYK 0 0.98 0.45 0.55
HSL 327.61º 0.97% 0.23% -
HSV(B) 327.61º 0.98% 0.45% -
XYZ 7.99 4.05 5.06 -
YUV 42.74 139.44 179.54 -
System Red Green Blue C M Y K H S L
Decimal 115 2 63 0 0.98 0.45 0.55 327.61 0.97 0.23
Hex 73 2 3F 0 62 2D 37 148 61 17
Octal 163 2 77 0 142 55 67 510 141 27
Binary 1110011 10 111111 0 1100010 101101 110111 101001000 1100001 10111

Color Harmonies of #73023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73023F

Black with #73023F

Text Example


Text Example

White with #73023F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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