Html Css Color HEX #730042 Tyrian Purple

📋 copy color: '#730042'

red 115 ◦ green 0 ◦ blue 66

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

Shades of Tyrian Purple #730042

Tints of Tyrian Purple #730042

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 66 (26.17% from 255) = 36.46%

R = 63.54%
G = 0%
B = 36.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#730042 (or 0x730042) is known color: Tyrian Purple. HEX triplet: 73, 00 and 42. RGB value is (115,0,66). Sum of RGB (Red+Green+Blue) = 115+0+66=181 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.54% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 115 - color contains mainly: red. Hex color #730042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730042 is #8CFFBD. Grayscale: #292929. Windows color (decimal): -9240510 or 4325491. OLE color: 4325491.

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

Color convert

RGB 115 0 66 -
CMYK 0 1 0.43 0.55
HSL 325.57º 1% 0.23% -
HSV(B) 325.57º 1% 0.45% -
XYZ 8.05 4.04 5.51 -
YUV 41.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 115 0 66 0 1 0.43 0.55 325.57 1 0.23
Hex 73 0 42 0 64 2B 37 146 64 17
Octal 163 0 102 0 144 53 67 506 144 27
Binary 1110011 0 1000010 0 1100100 101011 110111 101000110 1100100 10111

Color Harmonies of #730042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730042

Black with #730042

Text Example


Text Example

White with #730042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730042; }

 p { color: rgb(115,0,66); }

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

background-color css

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

 a { background-color: rgb(115,0,66); }

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

border-color css

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

 span { border-color: rgb(115,0,66); }

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