Html Css Color HEX #730237 Tyrian Purple

📋 copy color: '#730237'

red 115 ◦ green 2 ◦ blue 55

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

Shades of Tyrian Purple #730237

Tints of Tyrian Purple #730237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 31.98%

R = 66.86%
G = 1.16%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#730237 (or 0x730237) is known color: Tyrian Purple. HEX triplet: 73, 02 and 37. RGB value is (115,2,55). Sum of RGB (Red+Green+Blue) = 115+2+55=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #730237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730237 is #8CFDC8. Grayscale: #292929. Windows color (decimal): -9240009 or 3605107. OLE color: 3605107.

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

Color convert

RGB 115 2 55 -
CMYK 0 0.98 0.52 0.55
HSL 331.86º 0.97% 0.23% -
HSV(B) 331.86º 0.98% 0.45% -
XYZ 7.78 3.96 3.97 -
YUV 41.83 135.44 180.19 -
System Red Green Blue C M Y K H S L
Decimal 115 2 55 0 0.98 0.52 0.55 331.86 0.97 0.23
Hex 73 2 37 0 62 34 37 14C 61 17
Octal 163 2 67 0 142 64 67 514 141 27
Binary 1110011 10 110111 0 1100010 110100 110111 101001100 1100001 10111

Color Harmonies of #730237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730237

Black with #730237

Text Example


Text Example

White with #730237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730237; }

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

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

background-color css

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

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

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

border-color css

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

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

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