Html Css Color HEX #730645 Tyrian Purple

📋 copy color: '#730645'

red 115 ◦ green 6 ◦ blue 69

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

Shades of Tyrian Purple #730645

Tints of Tyrian Purple #730645

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.16%

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

R = 60.53%
G = 3.16%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.4

 K value IS 0.55

RGB Variations

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

Color information

#730645 (or 0x730645) is known color: Tyrian Purple. HEX triplet: 73, 06 and 45. RGB value is (115,6,69). Sum of RGB (Red+Green+Blue) = 115+6+69=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #730645 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730645 is #8CF9BA. Grayscale: #2D2D2D. Windows color (decimal): -9238971 or 4523635. OLE color: 4523635.

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

Color convert

RGB 115 6 69 -
CMYK 0 0.95 0.4 0.55
HSL 325.32º 0.9% 0.24% -
HSV(B) 325.32º 0.95% 0.45% -
XYZ 8.21 4.2 6.01 -
YUV 45.77 141.11 177.38 -
System Red Green Blue C M Y K H S L
Decimal 115 6 69 0 0.95 0.4 0.55 325.32 0.9 0.24
Hex 73 6 45 0 5F 28 37 145 5A 18
Octal 163 6 105 0 137 50 67 505 132 30
Binary 1110011 110 1000101 0 1011111 101000 110111 101000101 1011010 11000

Color Harmonies of #730645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730645

Black with #730645

Text Example


Text Example

White with #730645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730645; }

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

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

background-color css

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

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

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

border-color css

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

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

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