Html Css Color HEX #60064D Tyrian Purple

📋 copy color: '#60064D'

red 96 ◦ green 6 ◦ blue 77

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

Shades of Tyrian Purple #60064D

Tints of Tyrian Purple #60064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.35%

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

R = 53.63%
G = 3.35%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#60064D (or 0x60064D) is known color: Tyrian Purple. HEX triplet: 60, 06 and 4D. RGB value is (96,6,77). Sum of RGB (Red+Green+Blue) = 96+6+77=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #60064D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60064D is #9FF9B2. Grayscale: #282828. Windows color (decimal): -10484147 or 5047904. OLE color: 5047904.

HSL color Cylindrical-coordinate representation of color #60064D: hue angle of 312.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #60064D is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 6 77 -
CMYK 0 0.94 0.20 0.62
HSL 312.67º 0.88% 0.2% -
HSV(B) 312.67º 0.94% 0.38% -
XYZ 6.23 3.15 7.3 -
YUV 41 148.32 167.23 -
System Red Green Blue C M Y K H S L
Decimal 96 6 77 0 0.94 0.20 0.62 312.67 0.88 0.2
Hex 60 6 4D 0 5E 14 3E 139 58 14
Octal 140 6 115 0 136 24 76 471 130 24
Binary 1100000 110 1001101 0 1011110 10100 111110 100111001 1011000 10100

Color Harmonies of #60064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60064D

Black with #60064D

Text Example


Text Example

White with #60064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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