Html Css Color HEX #730532 Tyrian Purple

📋 copy color: '#730532'

red 115 ◦ green 5 ◦ blue 50

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

Shades of Tyrian Purple #730532

Tints of Tyrian Purple #730532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.94%

 BLUE value IS 50 (19.92% from 255) = 29.41%

R = 67.65%
G = 2.94%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#730532 (or 0x730532) is known color: Tyrian Purple. HEX triplet: 73, 05 and 32. RGB value is (115,5,50). Sum of RGB (Red+Green+Blue) = 115+5+50=170 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.65% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 115 - color contains mainly: red. Hex color #730532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730532 is #8CFACD. Grayscale: #2A2A2A. Windows color (decimal): -9239246 or 3278195. OLE color: 3278195.

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

Color convert

RGB 115 5 50 -
CMYK 0 0.96 0.57 0.55
HSL 335.45º 0.92% 0.24% -
HSV(B) 335.45º 0.96% 0.45% -
XYZ 7.7 3.98 3.38 -
YUV 43.02 131.94 179.34 -
System Red Green Blue C M Y K H S L
Decimal 115 5 50 0 0.96 0.57 0.55 335.45 0.92 0.24
Hex 73 5 32 0 60 39 37 14F 5C 18
Octal 163 5 62 0 140 71 67 517 134 30
Binary 1110011 101 110010 0 1100000 111001 110111 101001111 1011100 11000

Color Harmonies of #730532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730532

Black with #730532

Text Example


Text Example

White with #730532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730532; }

 p { color: rgb(115,5,50); }

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

background-color css

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

 a { background-color: rgb(115,5,50); }

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

border-color css

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

 span { border-color: rgb(115,5,50); }

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