Html Css Color HEX #730638 Tyrian Purple

📋 copy color: '#730638'

red 115 ◦ green 6 ◦ blue 56

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

Shades of Tyrian Purple #730638

Tints of Tyrian Purple #730638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 31.64%

R = 64.97%
G = 3.39%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#730638 (or 0x730638) is known color: Tyrian Purple. HEX triplet: 73, 06 and 38. RGB value is (115,6,56). Sum of RGB (Red+Green+Blue) = 115+6+56=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #730638 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730638 is #8CF9C7. Grayscale: #2C2C2C. Windows color (decimal): -9238984 or 3671667. OLE color: 3671667.

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

Color convert

RGB 115 6 56 -
CMYK 0 0.95 0.51 0.55
HSL 332.48º 0.9% 0.24% -
HSV(B) 332.48º 0.95% 0.45% -
XYZ 7.85 4.06 4.11 -
YUV 44.29 134.61 178.43 -
System Red Green Blue C M Y K H S L
Decimal 115 6 56 0 0.95 0.51 0.55 332.48 0.9 0.24
Hex 73 6 38 0 5F 33 37 14C 5A 18
Octal 163 6 70 0 137 63 67 514 132 30
Binary 1110011 110 111000 0 1011111 110011 110111 101001100 1011010 11000

Color Harmonies of #730638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730638

Black with #730638

Text Example


Text Example

White with #730638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730638; }

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

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

background-color css

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

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

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

border-color css

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

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

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