Html Css Color HEX #730B51 Tyrian Purple

📋 copy color: '#730B51'

red 115 ◦ green 11 ◦ blue 81

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

Shades of Tyrian Purple #730B51

Tints of Tyrian Purple #730B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 39.13%

R = 55.56%
G = 5.31%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#730B51 (or 0x730B51) is known color: Tyrian Purple. HEX triplet: 73, 0B and 51. RGB value is (115,11,81). Sum of RGB (Red+Green+Blue) = 115+11+81=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #730B51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B51 is #8CF4AE. Grayscale: #313131. Windows color (decimal): -9237679 or 5311347. OLE color: 5311347.

HSL color Cylindrical-coordinate representation of color #730B51: hue angle of 319.62º 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 #730B51 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 11 81 -
CMYK 0 0.90 0.30 0.55
HSL 319.62º 0.83% 0.25% -
HSV(B) 319.62º 0.9% 0.45% -
XYZ 8.68 4.48 8.19 -
YUV 50.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 115 11 81 0 0.90 0.30 0.55 319.62 0.83 0.25
Hex 73 B 51 0 5A 1E 37 140 53 19
Octal 163 13 121 0 132 36 67 500 123 31
Binary 1110011 1011 1010001 0 1011010 11110 110111 101000000 1010011 11001

Color Harmonies of #730B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730B51

Black with #730B51

Text Example


Text Example

White with #730B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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