Html Css Color HEX #730250 Tyrian Purple

📋 copy color: '#730250'

red 115 ◦ green 2 ◦ blue 80

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

Shades of Tyrian Purple #730250

Tints of Tyrian Purple #730250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 40.61%

R = 58.38%
G = 1.02%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#730250 (or 0x730250) is known color: Tyrian Purple. HEX triplet: 73, 02 and 50. RGB value is (115,2,80). Sum of RGB (Red+Green+Blue) = 115+2+80=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #730250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730250 is #8CFDAF. Grayscale: #2C2C2C. Windows color (decimal): -9239984 or 5243507. OLE color: 5243507.

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

Color convert

RGB 115 2 80 -
CMYK 0 0.98 0.30 0.55
HSL 318.58º 0.97% 0.23% -
HSV(B) 318.58º 0.98% 0.45% -
XYZ 8.54 4.27 7.96 -
YUV 44.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 115 2 80 0 0.98 0.30 0.55 318.58 0.97 0.23
Hex 73 2 50 0 62 1E 37 13F 61 17
Octal 163 2 120 0 142 36 67 477 141 27
Binary 1110011 10 1010000 0 1100010 11110 110111 100111111 1100001 10111

Color Harmonies of #730250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730250

Black with #730250

Text Example


Text Example

White with #730250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730250; }

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

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

background-color css

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

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

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

border-color css

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

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

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