Html Css Color HEX #730842 Tyrian Purple

📋 copy color: '#730842'

red 115 ◦ green 8 ◦ blue 66

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

Shades of Tyrian Purple #730842

Tints of Tyrian Purple #730842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.92%

R = 60.85%
G = 4.23%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#730842 (or 0x730842) is known color: Tyrian Purple. HEX triplet: 73, 08 and 42. RGB value is (115,8,66). Sum of RGB (Red+Green+Blue) = 115+8+66=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #730842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730842 is #8CF7BD. Grayscale: #2E2E2E. Windows color (decimal): -9238462 or 4327539. OLE color: 4327539.

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

Color convert

RGB 115 8 66 -
CMYK 0 0.93 0.43 0.55
HSL 327.48º 0.87% 0.24% -
HSV(B) 327.48º 0.93% 0.45% -
XYZ 8.14 4.21 5.54 -
YUV 46.61 138.95 176.78 -
System Red Green Blue C M Y K H S L
Decimal 115 8 66 0 0.93 0.43 0.55 327.48 0.87 0.24
Hex 73 8 42 0 5D 2B 37 147 57 18
Octal 163 10 102 0 135 53 67 507 127 30
Binary 1110011 1000 1000010 0 1011101 101011 110111 101000111 1010111 11000

Color Harmonies of #730842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730842

Black with #730842

Text Example


Text Example

White with #730842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730842; }

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

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

background-color css

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

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

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

border-color css

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

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

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