Html Css Color HEX #730542 Tyrian Purple

📋 copy color: '#730542'

red 115 ◦ green 5 ◦ blue 66

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

Shades of Tyrian Purple #730542

Tints of Tyrian Purple #730542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

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

R = 61.83%
G = 2.69%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#730542 (or 0x730542) is known color: Tyrian Purple. HEX triplet: 73, 05 and 42. RGB value is (115,5,66). Sum of RGB (Red+Green+Blue) = 115+5+66=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #730542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730542 is #8CFABD. Grayscale: #2C2C2C. Windows color (decimal): -9239230 or 4326771. OLE color: 4326771.

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

Color convert

RGB 115 5 66 -
CMYK 0 0.96 0.43 0.55
HSL 326.73º 0.92% 0.24% -
HSV(B) 326.73º 0.96% 0.45% -
XYZ 8.11 4.15 5.53 -
YUV 44.84 139.94 178.04 -
System Red Green Blue C M Y K H S L
Decimal 115 5 66 0 0.96 0.43 0.55 326.73 0.92 0.24
Hex 73 5 42 0 60 2B 37 147 5C 18
Octal 163 5 102 0 140 53 67 507 134 30
Binary 1110011 101 1000010 0 1100000 101011 110111 101000111 1011100 11000

Color Harmonies of #730542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730542

Black with #730542

Text Example


Text Example

White with #730542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730542; }

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

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

background-color css

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

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

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

border-color css

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

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

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