Html Css Color HEX #730352 Tyrian Purple

📋 copy color: '#730352'

red 115 ◦ green 3 ◦ blue 82

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

Shades of Tyrian Purple #730352

Tints of Tyrian Purple #730352

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.5%

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

R = 57.5%
G = 1.5%
B = 41%

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

#730352 (or 0x730352) is known color: Tyrian Purple. HEX triplet: 73, 03 and 52. RGB value is (115,3,82). Sum of RGB (Red+Green+Blue) = 115+3+82=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #730352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730352 is #8CFCAD. Grayscale: #2D2D2D. Windows color (decimal): -9239726 or 5374835. OLE color: 5374835.

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

Color convert

RGB 115 3 82 -
CMYK 0 0.97 0.29 0.55
HSL 317.68º 0.95% 0.23% -
HSV(B) 317.68º 0.97% 0.45% -
XYZ 8.63 4.32 8.36 -
YUV 45.49 148.61 177.58 -
System Red Green Blue C M Y K H S L
Decimal 115 3 82 0 0.97 0.29 0.55 317.68 0.95 0.23
Hex 73 3 52 0 61 1D 37 13E 5F 17
Octal 163 3 122 0 141 35 67 476 137 27
Binary 1110011 11 1010010 0 1100001 11101 110111 100111110 1011111 10111

Color Harmonies of #730352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730352

Black with #730352

Text Example


Text Example

White with #730352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730352; }

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

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

background-color css

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

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

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

border-color css

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

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

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