Html Css Color HEX #60073C Tyrian Purple

📋 copy color: '#60073C'

red 96 ◦ green 7 ◦ blue 60

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

Shades of Tyrian Purple #60073C

Tints of Tyrian Purple #60073C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 36.81%

R = 58.9%
G = 4.29%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#60073C (or 0x60073C) is known color: Tyrian Purple. HEX triplet: 60, 07 and 3C. RGB value is (96,7,60). Sum of RGB (Red+Green+Blue) = 96+7+60=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #60073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60073C is #9FF8C3. Grayscale: #272727. Windows color (decimal): -10483908 or 3934048. OLE color: 3934048.

HSL color Cylindrical-coordinate representation of color #60073C: hue angle of 324.27º 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 #60073C is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 7 60 -
CMYK 0 0.93 0.38 0.62
HSL 324.27º 0.86% 0.2% -
HSV(B) 324.27º 0.93% 0.38% -
XYZ 5.72 2.96 4.55 -
YUV 39.65 139.49 168.19 -
System Red Green Blue C M Y K H S L
Decimal 96 7 60 0 0.93 0.38 0.62 324.27 0.86 0.2
Hex 60 7 3C 0 5D 26 3E 144 56 14
Octal 140 7 74 0 135 46 76 504 126 24
Binary 1100000 111 111100 0 1011101 100110 111110 101000100 1010110 10100

Color Harmonies of #60073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60073C

Black with #60073C

Text Example


Text Example

White with #60073C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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