Html Css Color HEX #730B3C Tyrian Purple

📋 copy color: '#730B3C'

red 115 ◦ green 11 ◦ blue 60

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

Shades of Tyrian Purple #730B3C

Tints of Tyrian Purple #730B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 32.26%

R = 61.83%
G = 5.91%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#730B3C (or 0x730B3C) is known color: Tyrian Purple. HEX triplet: 73, 0B and 3C. RGB value is (115,11,60). Sum of RGB (Red+Green+Blue) = 115+11+60=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #730B3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730B3C is #8CF4C3. Grayscale: #2F2F2F. Windows color (decimal): -9237700 or 3935091. OLE color: 3935091.

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

Color convert

RGB 115 11 60 -
CMYK 0 0.90 0.48 0.55
HSL 331.73º 0.83% 0.25% -
HSV(B) 331.73º 0.9% 0.45% -
XYZ 8.01 4.21 4.67 -
YUV 47.68 134.96 176.02 -
System Red Green Blue C M Y K H S L
Decimal 115 11 60 0 0.90 0.48 0.55 331.73 0.83 0.25
Hex 73 B 3C 0 5A 30 37 14C 53 19
Octal 163 13 74 0 132 60 67 514 123 31
Binary 1110011 1011 111100 0 1011010 110000 110111 101001100 1010011 11001

Color Harmonies of #730B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730B3C

Black with #730B3C

Text Example


Text Example

White with #730B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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