Html Css Color HEX #730954 Tyrian Purple

📋 copy color: '#730954'

red 115 ◦ green 9 ◦ blue 84

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

Shades of Tyrian Purple #730954

Tints of Tyrian Purple #730954

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.33%

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

R = 55.29%
G = 4.33%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#730954 (or 0x730954) is known color: Tyrian Purple. HEX triplet: 73, 09 and 54. RGB value is (115,9,84). Sum of RGB (Red+Green+Blue) = 115+9+84=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #730954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730954 is #8CF6AB. Grayscale: #313131. Windows color (decimal): -9238188 or 5507443. OLE color: 5507443.

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

Color convert

RGB 115 9 84 -
CMYK 0 0.92 0.27 0.55
HSL 317.55º 0.85% 0.24% -
HSV(B) 317.55º 0.92% 0.45% -
XYZ 8.77 4.48 8.79 -
YUV 49.24 147.62 174.9 -
System Red Green Blue C M Y K H S L
Decimal 115 9 84 0 0.92 0.27 0.55 317.55 0.85 0.24
Hex 73 9 54 0 5C 1B 37 13E 55 18
Octal 163 11 124 0 134 33 67 476 125 30
Binary 1110011 1001 1010100 0 1011100 11011 110111 100111110 1010101 11000

Color Harmonies of #730954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730954

Black with #730954

Text Example


Text Example

White with #730954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730954; }

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

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

background-color css

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

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

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

border-color css

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

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

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