Html Css Color HEX #730430 Tyrian Purple

📋 copy color: '#730430'

red 115 ◦ green 4 ◦ blue 48

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

Shades of Tyrian Purple #730430

Tints of Tyrian Purple #730430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.74%

R = 68.86%
G = 2.4%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#730430 (or 0x730430) is known color: Tyrian Purple. HEX triplet: 73, 04 and 30. RGB value is (115,4,48). Sum of RGB (Red+Green+Blue) = 115+4+48=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #730430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730430 is #8CFBCF. Grayscale: #2A2A2A. Windows color (decimal): -9239504 or 3146867. OLE color: 3146867.

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

Color convert

RGB 115 4 48 -
CMYK 0 0.97 0.58 0.55
HSL 336.22º 0.93% 0.23% -
HSV(B) 336.22º 0.97% 0.45% -
XYZ 7.65 3.95 3.15 -
YUV 42.21 131.27 179.92 -
System Red Green Blue C M Y K H S L
Decimal 115 4 48 0 0.97 0.58 0.55 336.22 0.93 0.23
Hex 73 4 30 0 61 3A 37 150 5D 17
Octal 163 4 60 0 141 72 67 520 135 27
Binary 1110011 100 110000 0 1100001 111010 110111 101010000 1011101 10111

Color Harmonies of #730430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730430

Black with #730430

Text Example


Text Example

White with #730430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730430; }

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

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

background-color css

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

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

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

border-color css

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

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

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