Html Css Color HEX #730350 Tyrian Purple

📋 copy color: '#730350'

red 115 ◦ green 3 ◦ blue 80

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

Shades of Tyrian Purple #730350

Tints of Tyrian Purple #730350

RGB

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

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

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

R = 58.08%
G = 1.52%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#730350 (or 0x730350) is known color: Tyrian Purple. HEX triplet: 73, 03 and 50. RGB value is (115,3,80). Sum of RGB (Red+Green+Blue) = 115+3+80=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #730350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730350 is #8CFCAF. Grayscale: #2D2D2D. Windows color (decimal): -9239728 or 5243763. OLE color: 5243763.

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

Color convert

RGB 115 3 80 -
CMYK 0 0.97 0.30 0.55
HSL 318.75º 0.95% 0.23% -
HSV(B) 318.75º 0.97% 0.45% -
XYZ 8.55 4.29 7.97 -
YUV 45.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 115 3 80 0 0.97 0.30 0.55 318.75 0.95 0.23
Hex 73 3 50 0 61 1E 37 13F 5F 17
Octal 163 3 120 0 141 36 67 477 137 27
Binary 1110011 11 1010000 0 1100001 11110 110111 100111111 1011111 10111

Color Harmonies of #730350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730350

Black with #730350

Text Example


Text Example

White with #730350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730350; }

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

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

background-color css

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

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

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

border-color css

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

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

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