Html Css Color HEX #730636 Tyrian Purple

📋 copy color: '#730636'

red 115 ◦ green 6 ◦ blue 54

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

Shades of Tyrian Purple #730636

Tints of Tyrian Purple #730636

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.43%

 BLUE value IS 54 (21.48% from 255) = 30.86%

R = 65.71%
G = 3.43%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#730636 (or 0x730636) is known color: Tyrian Purple. HEX triplet: 73, 06 and 36. RGB value is (115,6,54). Sum of RGB (Red+Green+Blue) = 115+6+54=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #730636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730636 is #8CF9C9. Grayscale: #2B2B2B. Windows color (decimal): -9238986 or 3540595. OLE color: 3540595.

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

Color convert

RGB 115 6 54 -
CMYK 0 0.95 0.53 0.55
HSL 333.58º 0.9% 0.24% -
HSV(B) 333.58º 0.95% 0.45% -
XYZ 7.8 4.04 3.86 -
YUV 44.06 133.61 178.6 -
System Red Green Blue C M Y K H S L
Decimal 115 6 54 0 0.95 0.53 0.55 333.58 0.9 0.24
Hex 73 6 36 0 5F 35 37 14E 5A 18
Octal 163 6 66 0 137 65 67 516 132 30
Binary 1110011 110 110110 0 1011111 110101 110111 101001110 1011010 11000

Color Harmonies of #730636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730636

Black with #730636

Text Example


Text Example

White with #730636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730636; }

 p { color: rgb(115,6,54); }

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

background-color css

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

 a { background-color: rgb(115,6,54); }

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

border-color css

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

 span { border-color: rgb(115,6,54); }

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