Html Css Color HEX #730644 Tyrian Purple

📋 copy color: '#730644'

red 115 ◦ green 6 ◦ blue 68

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

Shades of Tyrian Purple #730644

Tints of Tyrian Purple #730644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 35.98%

R = 60.85%
G = 3.17%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#730644 (or 0x730644) is known color: Tyrian Purple. HEX triplet: 73, 06 and 44. RGB value is (115,6,68). Sum of RGB (Red+Green+Blue) = 115+6+68=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #730644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730644 is #8CF9BB. Grayscale: #2D2D2D. Windows color (decimal): -9238972 or 4458099. OLE color: 4458099.

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

Color convert

RGB 115 6 68 -
CMYK 0 0.95 0.41 0.55
HSL 325.87º 0.9% 0.24% -
HSV(B) 325.87º 0.95% 0.45% -
XYZ 8.18 4.19 5.85 -
YUV 45.66 140.61 177.46 -
System Red Green Blue C M Y K H S L
Decimal 115 6 68 0 0.95 0.41 0.55 325.87 0.9 0.24
Hex 73 6 44 0 5F 29 37 146 5A 18
Octal 163 6 104 0 137 51 67 506 132 30
Binary 1110011 110 1000100 0 1011111 101001 110111 101000110 1011010 11000

Color Harmonies of #730644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730644

Black with #730644

Text Example


Text Example

White with #730644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730644; }

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

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

background-color css

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

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

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

border-color css

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

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

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