Html Css Color HEX #730245 Tyrian Purple

📋 copy color: '#730245'

red 115 ◦ green 2 ◦ blue 69

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

Shades of Tyrian Purple #730245

Tints of Tyrian Purple #730245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.1%

R = 61.83%
G = 1.08%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.4

 K value IS 0.55

RGB Variations

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

Color information

#730245 (or 0x730245) is known color: Tyrian Purple. HEX triplet: 73, 02 and 45. RGB value is (115,2,69). Sum of RGB (Red+Green+Blue) = 115+2+69=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #730245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730245 is #8CFDBA. Grayscale: #2B2B2B. Windows color (decimal): -9239995 or 4522611. OLE color: 4522611.

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

Color convert

RGB 115 2 69 -
CMYK 0 0.98 0.4 0.55
HSL 324.42º 0.97% 0.23% -
HSV(B) 324.42º 0.98% 0.45% -
XYZ 8.17 4.12 5.99 -
YUV 43.43 142.44 179.05 -
System Red Green Blue C M Y K H S L
Decimal 115 2 69 0 0.98 0.4 0.55 324.42 0.97 0.23
Hex 73 2 45 0 62 28 37 144 61 17
Octal 163 2 105 0 142 50 67 504 141 27
Binary 1110011 10 1000101 0 1100010 101000 110111 101000100 1100001 10111

Color Harmonies of #730245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730245

Black with #730245

Text Example


Text Example

White with #730245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730245; }

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

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

background-color css

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

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

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

border-color css

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

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

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