Html Css Color HEX #730A3E Tyrian Purple

📋 copy color: '#730A3E'

red 115 ◦ green 10 ◦ blue 62

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

Shades of Tyrian Purple #730A3E

Tints of Tyrian Purple #730A3E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.35%

 BLUE value IS 62 (24.61% from 255) = 33.16%

R = 61.5%
G = 5.35%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#730A3E (or 0x730A3E) is known color: Tyrian Purple. HEX triplet: 73, 0A and 3E. RGB value is (115,10,62). Sum of RGB (Red+Green+Blue) = 115+10+62=187 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.50% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 115 - color contains mainly: red. Hex color #730A3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A3E is #8CF5C1. Grayscale: #2F2F2F. Windows color (decimal): -9237954 or 4065907. OLE color: 4065907.

HSL color Cylindrical-coordinate representation of color #730A3E: hue angle of 330.29º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A3E is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 10 62 -
CMYK 0 0.91 0.46 0.55
HSL 330.29º 0.84% 0.25% -
HSV(B) 330.29º 0.91% 0.45% -
XYZ 8.05 4.21 4.95 -
YUV 47.32 136.29 176.27 -
System Red Green Blue C M Y K H S L
Decimal 115 10 62 0 0.91 0.46 0.55 330.29 0.84 0.25
Hex 73 A 3E 0 5B 2E 37 14A 54 19
Octal 163 12 76 0 133 56 67 512 124 31
Binary 1110011 1010 111110 0 1011011 101110 110111 101001010 1010100 11001

Color Harmonies of #730A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730A3E

Black with #730A3E

Text Example


Text Example

White with #730A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,10,62); }

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

background-color css

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

 a { background-color: rgb(115,10,62); }

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

border-color css

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

 span { border-color: rgb(115,10,62); }

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