Html Css Color HEX #730552 Tyrian Purple

📋 copy color: '#730552'

red 115 ◦ green 5 ◦ blue 82

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

Shades of Tyrian Purple #730552

Tints of Tyrian Purple #730552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 40.59%

R = 56.93%
G = 2.48%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#730552 (or 0x730552) is known color: Tyrian Purple. HEX triplet: 73, 05 and 52. RGB value is (115,5,82). Sum of RGB (Red+Green+Blue) = 115+5+82=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #730552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730552 is #8CFAAD. Grayscale: #2E2E2E. Windows color (decimal): -9239214 or 5375347. OLE color: 5375347.

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

Color convert

RGB 115 5 82 -
CMYK 0 0.96 0.29 0.55
HSL 318º 0.92% 0.24% -
HSV(B) 318º 0.96% 0.45% -
XYZ 8.65 4.36 8.37 -
YUV 46.67 147.94 176.74 -
System Red Green Blue C M Y K H S L
Decimal 115 5 82 0 0.96 0.29 0.55 318 0.92 0.24
Hex 73 5 52 0 60 1D 37 13E 5C 18
Octal 163 5 122 0 140 35 67 476 134 30
Binary 1110011 101 1010010 0 1100000 11101 110111 100111110 1011100 11000

Color Harmonies of #730552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730552

Black with #730552

Text Example


Text Example

White with #730552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730552; }

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

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

background-color css

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

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

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

border-color css

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

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

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