Html Css Color HEX #730B55 Tyrian Purple

📋 copy color: '#730B55'

red 115 ◦ green 11 ◦ blue 85

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

Shades of Tyrian Purple #730B55

Tints of Tyrian Purple #730B55

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.21%

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

R = 54.5%
G = 5.21%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#730B55 (or 0x730B55) is known color: Tyrian Purple. HEX triplet: 73, 0B and 55. RGB value is (115,11,85). Sum of RGB (Red+Green+Blue) = 115+11+85=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #730B55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B55 is #8CF4AA. Grayscale: #323232. Windows color (decimal): -9237675 or 5573491. OLE color: 5573491.

HSL color Cylindrical-coordinate representation of color #730B55: hue angle of 317.31º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730B55 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 11 85 -
CMYK 0 0.90 0.26 0.55
HSL 317.31º 0.83% 0.25% -
HSV(B) 317.31º 0.9% 0.45% -
XYZ 8.83 4.54 9.01 -
YUV 50.53 147.46 173.98 -
System Red Green Blue C M Y K H S L
Decimal 115 11 85 0 0.90 0.26 0.55 317.31 0.83 0.25
Hex 73 B 55 0 5A 1A 37 13D 53 19
Octal 163 13 125 0 132 32 67 475 123 31
Binary 1110011 1011 1010101 0 1011010 11010 110111 100111101 1010011 11001

Color Harmonies of #730B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730B55

Black with #730B55

Text Example


Text Example

White with #730B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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