Html Css Color HEX #730332 Tyrian Purple

📋 copy color: '#730332'

red 115 ◦ green 3 ◦ blue 50

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

Shades of Tyrian Purple #730332

Tints of Tyrian Purple #730332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.79%

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

R = 68.45%
G = 1.79%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#730332 (or 0x730332) is known color: Tyrian Purple. HEX triplet: 73, 03 and 32. RGB value is (115,3,50). Sum of RGB (Red+Green+Blue) = 115+3+50=168 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.45% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 115 - color contains mainly: red. Hex color #730332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730332 is #8CFCCD. Grayscale: #292929. Windows color (decimal): -9239758 or 3277683. OLE color: 3277683.

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

Color convert

RGB 115 3 50 -
CMYK 0 0.97 0.57 0.55
HSL 334.82º 0.95% 0.23% -
HSV(B) 334.82º 0.97% 0.45% -
XYZ 7.68 3.94 3.37 -
YUV 41.85 132.61 180.18 -
System Red Green Blue C M Y K H S L
Decimal 115 3 50 0 0.97 0.57 0.55 334.82 0.95 0.23
Hex 73 3 32 0 61 39 37 14F 5F 17
Octal 163 3 62 0 141 71 67 517 137 27
Binary 1110011 11 110010 0 1100001 111001 110111 101001111 1011111 10111

Color Harmonies of #730332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730332

Black with #730332

Text Example


Text Example

White with #730332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730332; }

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

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

background-color css

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

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

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

border-color css

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

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

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