Html Css Color HEX #730335 Tyrian Purple

📋 copy color: '#730335'

red 115 ◦ green 3 ◦ blue 53

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

Shades of Tyrian Purple #730335

Tints of Tyrian Purple #730335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.99%

R = 67.25%
G = 1.75%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#730335 (or 0x730335) is known color: Tyrian Purple. HEX triplet: 73, 03 and 35. RGB value is (115,3,53). Sum of RGB (Red+Green+Blue) = 115+3+53=171 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.25% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 115 - color contains mainly: red. Hex color #730335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730335 is #8CFCCA. Grayscale: #2A2A2A. Windows color (decimal): -9239755 or 3474291. OLE color: 3474291.

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

Color convert

RGB 115 3 53 -
CMYK 0 0.97 0.54 0.55
HSL 333.21º 0.95% 0.23% -
HSV(B) 333.21º 0.97% 0.45% -
XYZ 7.75 3.97 3.73 -
YUV 42.19 134.11 179.93 -
System Red Green Blue C M Y K H S L
Decimal 115 3 53 0 0.97 0.54 0.55 333.21 0.95 0.23
Hex 73 3 35 0 61 36 37 14D 5F 17
Octal 163 3 65 0 141 66 67 515 137 27
Binary 1110011 11 110101 0 1100001 110110 110111 101001101 1011111 10111

Color Harmonies of #730335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730335

Black with #730335

Text Example


Text Example

White with #730335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730335; }

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

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

background-color css

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

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

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

border-color css

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

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

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