Html Css Color HEX #60073A Tyrian Purple

📋 copy color: '#60073A'

red 96 ◦ green 7 ◦ blue 58

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

Shades of Tyrian Purple #60073A

Tints of Tyrian Purple #60073A

RGB

 RED value IS 96 (37.89% from 255) = 59.63%

 GREEN value IS 7 (3.13% from 255) = 4.35%

 BLUE value IS 58 (23.05% from 255) = 36.02%

R = 59.63%
G = 4.35%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#60073A (or 0x60073A) is known color: Tyrian Purple. HEX triplet: 60, 07 and 3A. RGB value is (96,7,58). Sum of RGB (Red+Green+Blue) = 96+7+58=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #60073A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60073A is #9FF8C5. Grayscale: #272727. Windows color (decimal): -10483910 or 3802976. OLE color: 3802976.

HSL color Cylindrical-coordinate representation of color #60073A: hue angle of 325.62º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60073A is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 7 58 -
CMYK 0 0.93 0.40 0.62
HSL 325.62º 0.86% 0.2% -
HSV(B) 325.62º 0.93% 0.38% -
XYZ 5.66 2.94 4.27 -
YUV 39.43 138.49 168.35 -
System Red Green Blue C M Y K H S L
Decimal 96 7 58 0 0.93 0.40 0.62 325.62 0.86 0.2
Hex 60 7 3A 0 5D 28 3E 146 56 14
Octal 140 7 72 0 135 50 76 506 126 24
Binary 1100000 111 111010 0 1011101 101000 111110 101000110 1010110 10100

Color Harmonies of #60073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60073A

Black with #60073A

Text Example


Text Example

White with #60073A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60073A; }

 p { color: rgb(96,7,58); }

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

background-color css

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

 a { background-color: rgb(96,7,58); }

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

border-color css

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

 span { border-color: rgb(96,7,58); }

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