Html Css Color HEX #730654 Tyrian Purple

📋 copy color: '#730654'

red 115 ◦ green 6 ◦ blue 84

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

Shades of Tyrian Purple #730654

Tints of Tyrian Purple #730654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 40.98%

R = 56.1%
G = 2.93%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#730654 (or 0x730654) is known color: Tyrian Purple. HEX triplet: 73, 06 and 54. RGB value is (115,6,84). Sum of RGB (Red+Green+Blue) = 115+6+84=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #730654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730654 is #8CF9AB. Grayscale: #2F2F2F. Windows color (decimal): -9238956 or 5506675. OLE color: 5506675.

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

Color convert

RGB 115 6 84 -
CMYK 0 0.95 0.27 0.55
HSL 317.06º 0.9% 0.24% -
HSV(B) 317.06º 0.95% 0.45% -
XYZ 8.74 4.42 8.78 -
YUV 47.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 115 6 84 0 0.95 0.27 0.55 317.06 0.9 0.24
Hex 73 6 54 0 5F 1B 37 13D 5A 18
Octal 163 6 124 0 137 33 67 475 132 30
Binary 1110011 110 1010100 0 1011111 11011 110111 100111101 1011010 11000

Color Harmonies of #730654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730654

Black with #730654

Text Example


Text Example

White with #730654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730654; }

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

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

background-color css

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

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

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

border-color css

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

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

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