Html Css Color HEX #730640 Tyrian Purple

📋 copy color: '#730640'

red 115 ◦ green 6 ◦ blue 64

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

Shades of Tyrian Purple #730640

Tints of Tyrian Purple #730640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.59%

R = 62.16%
G = 3.24%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#730640 (or 0x730640) is known color: Tyrian Purple. HEX triplet: 73, 06 and 40. RGB value is (115,6,64). Sum of RGB (Red+Green+Blue) = 115+6+64=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #730640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730640 is #8CF9BF. Grayscale: #2D2D2D. Windows color (decimal): -9238976 or 4195955. OLE color: 4195955.

HSL color Cylindrical-coordinate representation of color #730640: hue angle of 328.07º 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 #730640 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 6 64 -
CMYK 0 0.95 0.44 0.55
HSL 328.07º 0.9% 0.24% -
HSV(B) 328.07º 0.95% 0.45% -
XYZ 8.06 4.15 5.23 -
YUV 45.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 115 6 64 0 0.95 0.44 0.55 328.07 0.9 0.24
Hex 73 6 40 0 5F 2C 37 148 5A 18
Octal 163 6 100 0 137 54 67 510 132 30
Binary 1110011 110 1000000 0 1011111 101100 110111 101001000 1011010 11000

Color Harmonies of #730640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730640

Black with #730640

Text Example


Text Example

White with #730640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730640; }

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

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

background-color css

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

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

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

border-color css

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

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

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