Html Css Color HEX #730032 Tyrian Purple

📋 copy color: '#730032'

red 115 ◦ green 0 ◦ blue 50

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

Shades of Tyrian Purple #730032

Tints of Tyrian Purple #730032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 50 (19.92% from 255) = 30.3%

R = 69.7%
G = 0%
B = 30.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#730032 (or 0x730032) is known color: Tyrian Purple. HEX triplet: 73, 00 and 32. RGB value is (115,0,50). Sum of RGB (Red+Green+Blue) = 115+0+50=165 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.70% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 115 - color contains mainly: red. Hex color #730032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730032 is #8CFFCD. Grayscale: #282828. Windows color (decimal): -9240526 or 3276915. OLE color: 3276915.

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

Color convert

RGB 115 0 50 -
CMYK 0 1 0.57 0.55
HSL 333.91º 1% 0.23% -
HSV(B) 333.91º 1% 0.45% -
XYZ 7.65 3.88 3.36 -
YUV 40.09 133.6 181.43 -
System Red Green Blue C M Y K H S L
Decimal 115 0 50 0 1 0.57 0.55 333.91 1 0.23
Hex 73 0 32 0 64 39 37 14E 64 17
Octal 163 0 62 0 144 71 67 516 144 27
Binary 1110011 0 110010 0 1100100 111001 110111 101001110 1100100 10111

Color Harmonies of #730032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730032

Black with #730032

Text Example


Text Example

White with #730032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730032; }

 p { color: rgb(115,0,50); }

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

background-color css

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

 a { background-color: rgb(115,0,50); }

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

border-color css

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

 span { border-color: rgb(115,0,50); }

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