Html Css Color HEX #730934 Tyrian Purple

📋 copy color: '#730934'

red 115 ◦ green 9 ◦ blue 52

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

Shades of Tyrian Purple #730934

Tints of Tyrian Purple #730934

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.11%

 BLUE value IS 52 (20.7% from 255) = 29.55%

R = 65.34%
G = 5.11%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#730934 (or 0x730934) is known color: Tyrian Purple. HEX triplet: 73, 09 and 34. RGB value is (115,9,52). Sum of RGB (Red+Green+Blue) = 115+9+52=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #730934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730934 is #8CF6CB. Grayscale: #2D2D2D. Windows color (decimal): -9238220 or 3410291. OLE color: 3410291.

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

Color convert

RGB 115 9 52 -
CMYK 0 0.92 0.55 0.55
HSL 335.66º 0.85% 0.24% -
HSV(B) 335.66º 0.92% 0.45% -
XYZ 7.79 4.09 3.63 -
YUV 45.6 131.62 177.5 -
System Red Green Blue C M Y K H S L
Decimal 115 9 52 0 0.92 0.55 0.55 335.66 0.85 0.24
Hex 73 9 34 0 5C 37 37 150 55 18
Octal 163 11 64 0 134 67 67 520 125 30
Binary 1110011 1001 110100 0 1011100 110111 110111 101010000 1010101 11000

Color Harmonies of #730934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730934

Black with #730934

Text Example


Text Example

White with #730934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730934; }

 p { color: rgb(115,9,52); }

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

background-color css

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

 a { background-color: rgb(115,9,52); }

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

border-color css

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

 span { border-color: rgb(115,9,52); }

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