Html Css Color HEX #730258 Tyrian Purple

📋 copy color: '#730258'

red 115 ◦ green 2 ◦ blue 88

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

Shades of Tyrian Purple #730258

Tints of Tyrian Purple #730258

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

 BLUE value IS 88 (34.77% from 255) = 42.93%

R = 56.1%
G = 0.98%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#730258 (or 0x730258) is known color: Tyrian Purple. HEX triplet: 73, 02 and 58. RGB value is (115,2,88). Sum of RGB (Red+Green+Blue) = 115+2+88=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #730258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730258 is #8CFDA7. Grayscale: #2D2D2D. Windows color (decimal): -9239976 or 5767795. OLE color: 5767795.

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

Color convert

RGB 115 2 88 -
CMYK 0 0.98 0.23 0.55
HSL 314.34º 0.97% 0.23% -
HSV(B) 314.34º 0.98% 0.45% -
XYZ 8.85 4.39 9.61 -
YUV 45.59 151.94 177.51 -
System Red Green Blue C M Y K H S L
Decimal 115 2 88 0 0.98 0.23 0.55 314.34 0.97 0.23
Hex 73 2 58 0 62 17 37 13A 61 17
Octal 163 2 130 0 142 27 67 472 141 27
Binary 1110011 10 1011000 0 1100010 10111 110111 100111010 1100001 10111

Color Harmonies of #730258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730258

Black with #730258

Text Example


Text Example

White with #730258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730258; }

 p { color: rgb(115,2,88); }

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

background-color css

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

 a { background-color: rgb(115,2,88); }

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

border-color css

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

 span { border-color: rgb(115,2,88); }

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