Html Css Color HEX #730855 Tyrian Purple

📋 copy color: '#730855'

red 115 ◦ green 8 ◦ blue 85

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

Shades of Tyrian Purple #730855

Tints of Tyrian Purple #730855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 40.87%

R = 55.29%
G = 3.85%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#730855 (or 0x730855) is known color: Tyrian Purple. HEX triplet: 73, 08 and 55. RGB value is (115,8,85). Sum of RGB (Red+Green+Blue) = 115+8+85=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #730855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730855 is #8CF7AA. Grayscale: #303030. Windows color (decimal): -9238443 or 5572723. OLE color: 5572723.

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

Color convert

RGB 115 8 85 -
CMYK 0 0.93 0.26 0.55
HSL 316.82º 0.87% 0.24% -
HSV(B) 316.82º 0.93% 0.45% -
XYZ 8.8 4.47 8.99 -
YUV 48.77 148.45 175.24 -
System Red Green Blue C M Y K H S L
Decimal 115 8 85 0 0.93 0.26 0.55 316.82 0.87 0.24
Hex 73 8 55 0 5D 1A 37 13D 57 18
Octal 163 10 125 0 135 32 67 475 127 30
Binary 1110011 1000 1010101 0 1011101 11010 110111 100111101 1010111 11000

Color Harmonies of #730855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730855

Black with #730855

Text Example


Text Example

White with #730855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730855; }

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

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

background-color css

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

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

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

border-color css

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

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

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