Html Css Color HEX #730B41 Tyrian Purple

📋 copy color: '#730B41'

red 115 ◦ green 11 ◦ blue 65

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

Shades of Tyrian Purple #730B41

Tints of Tyrian Purple #730B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.03%

R = 60.21%
G = 5.76%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#730B41 (or 0x730B41) is known color: Tyrian Purple. HEX triplet: 73, 0B and 41. RGB value is (115,11,65). Sum of RGB (Red+Green+Blue) = 115+11+65=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #730B41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730B41 is #8CF4BE. Grayscale: #303030. Windows color (decimal): -9237695 or 4262771. OLE color: 4262771.

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

Color convert

RGB 115 11 65 -
CMYK 0 0.90 0.43 0.55
HSL 328.85º 0.83% 0.25% -
HSV(B) 328.85º 0.9% 0.45% -
XYZ 8.14 4.27 5.4 -
YUV 48.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 115 11 65 0 0.90 0.43 0.55 328.85 0.83 0.25
Hex 73 B 41 0 5A 2B 37 149 53 19
Octal 163 13 101 0 132 53 67 511 123 31
Binary 1110011 1011 1000001 0 1011010 101011 110111 101001001 1010011 11001

Color Harmonies of #730B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730B41

Black with #730B41

Text Example


Text Example

White with #730B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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