Html Css Color HEX #730345 Tyrian Purple

📋 copy color: '#730345'

red 115 ◦ green 3 ◦ blue 69

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

Shades of Tyrian Purple #730345

Tints of Tyrian Purple #730345

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

 BLUE value IS 69 (27.34% from 255) = 36.9%

R = 61.5%
G = 1.6%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.4

 K value IS 0.55

RGB Variations

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

Color information

#730345 (or 0x730345) is known color: Tyrian Purple. HEX triplet: 73, 03 and 45. RGB value is (115,3,69). Sum of RGB (Red+Green+Blue) = 115+3+69=187 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.50% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 115 - color contains mainly: red. Hex color #730345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730345 is #8CFCBA. Grayscale: #2B2B2B. Windows color (decimal): -9239739 or 4522867. OLE color: 4522867.

HSL color Cylindrical-coordinate representation of color #730345: hue angle of 324.64º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730345 is Cyan = 0, Magento = 0.97, Yellow = 0.4 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 3 69 -
CMYK 0 0.97 0.4 0.55
HSL 324.64º 0.95% 0.23% -
HSV(B) 324.64º 0.97% 0.45% -
XYZ 8.18 4.14 6 -
YUV 44.01 142.11 178.63 -
System Red Green Blue C M Y K H S L
Decimal 115 3 69 0 0.97 0.4 0.55 324.64 0.95 0.23
Hex 73 3 45 0 61 28 37 145 5F 17
Octal 163 3 105 0 141 50 67 505 137 27
Binary 1110011 11 1000101 0 1100001 101000 110111 101000101 1011111 10111

Color Harmonies of #730345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730345

Black with #730345

Text Example


Text Example

White with #730345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730345; }

 p { color: rgb(115,3,69); }

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

background-color css

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

 a { background-color: rgb(115,3,69); }

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

border-color css

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

 span { border-color: rgb(115,3,69); }

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