Html Css Color HEX #730838 Tyrian Purple

📋 copy color: '#730838'

red 115 ◦ green 8 ◦ blue 56

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

Shades of Tyrian Purple #730838

Tints of Tyrian Purple #730838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.47%

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

R = 64.25%
G = 4.47%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#730838 (or 0x730838) is known color: Tyrian Purple. HEX triplet: 73, 08 and 38. RGB value is (115,8,56). Sum of RGB (Red+Green+Blue) = 115+8+56=179 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.25% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 115 - color contains mainly: red. Hex color #730838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730838 is #8CF7C7. Grayscale: #2D2D2D. Windows color (decimal): -9238472 or 3672179. OLE color: 3672179.

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

Color convert

RGB 115 8 56 -
CMYK 0 0.93 0.51 0.55
HSL 333.08º 0.87% 0.24% -
HSV(B) 333.08º 0.93% 0.45% -
XYZ 7.87 4.1 4.12 -
YUV 45.47 133.95 177.6 -
System Red Green Blue C M Y K H S L
Decimal 115 8 56 0 0.93 0.51 0.55 333.08 0.87 0.24
Hex 73 8 38 0 5D 33 37 14D 57 18
Octal 163 10 70 0 135 63 67 515 127 30
Binary 1110011 1000 111000 0 1011101 110011 110111 101001101 1010111 11000

Color Harmonies of #730838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730838

Black with #730838

Text Example


Text Example

White with #730838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730838; }

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

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

background-color css

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

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

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

border-color css

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

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

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