Html Css Color HEX #730452 Tyrian Purple

📋 copy color: '#730452'

red 115 ◦ green 4 ◦ blue 82

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

Shades of Tyrian Purple #730452

Tints of Tyrian Purple #730452

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.99%

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

R = 57.21%
G = 1.99%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#730452 (or 0x730452) is known color: Tyrian Purple. HEX triplet: 73, 04 and 52. RGB value is (115,4,82). Sum of RGB (Red+Green+Blue) = 115+4+82=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #730452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730452 is #8CFBAD. Grayscale: #2D2D2D. Windows color (decimal): -9239470 or 5375091. OLE color: 5375091.

HSL color Cylindrical-coordinate representation of color #730452: hue angle of 317.84º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730452 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 4 82 -
CMYK 0 0.97 0.29 0.55
HSL 317.84º 0.93% 0.23% -
HSV(B) 317.84º 0.97% 0.45% -
XYZ 8.64 4.34 8.37 -
YUV 46.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 115 4 82 0 0.97 0.29 0.55 317.84 0.93 0.23
Hex 73 4 52 0 61 1D 37 13E 5D 17
Octal 163 4 122 0 141 35 67 476 135 27
Binary 1110011 100 1010010 0 1100001 11101 110111 100111110 1011101 10111

Color Harmonies of #730452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730452

Black with #730452

Text Example


Text Example

White with #730452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730452; }

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

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

background-color css

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

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

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

border-color css

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

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

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