Html Css Color HEX #730334 Tyrian Purple

📋 copy color: '#730334'

red 115 ◦ green 3 ◦ blue 52

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

Shades of Tyrian Purple #730334

Tints of Tyrian Purple #730334

RGB

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

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

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

R = 67.65%
G = 1.76%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#730334 (or 0x730334) is known color: Tyrian Purple. HEX triplet: 73, 03 and 34. RGB value is (115,3,52). Sum of RGB (Red+Green+Blue) = 115+3+52=170 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.65% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 115 - color contains mainly: red. Hex color #730334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730334 is #8CFCCB. Grayscale: #292929. Windows color (decimal): -9239756 or 3408755. OLE color: 3408755.

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

Color convert

RGB 115 3 52 -
CMYK 0 0.97 0.55 0.55
HSL 333.75º 0.95% 0.23% -
HSV(B) 333.75º 0.97% 0.45% -
XYZ 7.72 3.96 3.61 -
YUV 42.07 133.61 180.02 -
System Red Green Blue C M Y K H S L
Decimal 115 3 52 0 0.97 0.55 0.55 333.75 0.95 0.23
Hex 73 3 34 0 61 37 37 14E 5F 17
Octal 163 3 64 0 141 67 67 516 137 27
Binary 1110011 11 110100 0 1100001 110111 110111 101001110 1011111 10111

Color Harmonies of #730334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730334

Black with #730334

Text Example


Text Example

White with #730334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730334; }

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

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

background-color css

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

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

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

border-color css

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

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

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