Html Css Color HEX #60074D Tyrian Purple

📋 copy color: '#60074D'

red 96 ◦ green 7 ◦ blue 77

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

Shades of Tyrian Purple #60074D

Tints of Tyrian Purple #60074D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 42.78%

R = 53.33%
G = 3.89%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#60074D (or 0x60074D) is known color: Tyrian Purple. HEX triplet: 60, 07 and 4D. RGB value is (96,7,77). Sum of RGB (Red+Green+Blue) = 96+7+77=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #60074D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60074D is #9FF8B2. Grayscale: #292929. Windows color (decimal): -10483891 or 5048160. OLE color: 5048160.

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

Color convert

RGB 96 7 77 -
CMYK 0 0.93 0.20 0.62
HSL 312.81º 0.86% 0.2% -
HSV(B) 312.81º 0.93% 0.38% -
XYZ 6.24 3.17 7.31 -
YUV 41.59 147.99 166.81 -
System Red Green Blue C M Y K H S L
Decimal 96 7 77 0 0.93 0.20 0.62 312.81 0.86 0.2
Hex 60 7 4D 0 5D 14 3E 139 56 14
Octal 140 7 115 0 135 24 76 471 126 24
Binary 1100000 111 1001101 0 1011101 10100 111110 100111001 1010110 10100

Color Harmonies of #60074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60074D

Black with #60074D

Text Example


Text Example

White with #60074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60074D; }

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

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

background-color css

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

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

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

border-color css

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

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

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