Html Css Color HEX #730235 Tyrian Purple

📋 copy color: '#730235'

red 115 ◦ green 2 ◦ blue 53

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

Shades of Tyrian Purple #730235

Tints of Tyrian Purple #730235

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

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

R = 67.65%
G = 1.18%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#730235 (or 0x730235) is known color: Tyrian Purple. HEX triplet: 73, 02 and 35. RGB value is (115,2,53). Sum of RGB (Red+Green+Blue) = 115+2+53=170 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.65% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 115 - color contains mainly: red. Hex color #730235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730235 is #8CFDCA. Grayscale: #292929. Windows color (decimal): -9240011 or 3474035. OLE color: 3474035.

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

Color convert

RGB 115 2 53 -
CMYK 0 0.98 0.54 0.55
HSL 332.92º 0.97% 0.23% -
HSV(B) 332.92º 0.98% 0.45% -
XYZ 7.73 3.95 3.72 -
YUV 41.6 134.44 180.35 -
System Red Green Blue C M Y K H S L
Decimal 115 2 53 0 0.98 0.54 0.55 332.92 0.97 0.23
Hex 73 2 35 0 62 36 37 14D 61 17
Octal 163 2 65 0 142 66 67 515 141 27
Binary 1110011 10 110101 0 1100010 110110 110111 101001101 1100001 10111

Color Harmonies of #730235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730235

Black with #730235

Text Example


Text Example

White with #730235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730235; }

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

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

background-color css

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

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

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

border-color css

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

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

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