Html Css Color HEX #600A46 Tyrian Purple

📋 copy color: '#600A46'

red 96 ◦ green 10 ◦ blue 70

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

Shades of Tyrian Purple #600A46

Tints of Tyrian Purple #600A46

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.68%

 BLUE value IS 70 (27.73% from 255) = 39.77%

R = 54.55%
G = 5.68%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#600A46 (or 0x600A46) is known color: Tyrian Purple. HEX triplet: 60, 0A and 46. RGB value is (96,10,70). Sum of RGB (Red+Green+Blue) = 96+10+70=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #600A46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600A46 is #9FF5B9. Grayscale: #2A2A2A. Windows color (decimal): -10483130 or 4590176. OLE color: 4590176.

HSL color Cylindrical-coordinate representation of color #600A46: hue angle of 318.14º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600A46 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 10 70 -
CMYK 0 0.90 0.27 0.62
HSL 318.14º 0.81% 0.21% -
HSV(B) 318.14º 0.9% 0.38% -
XYZ 6.04 3.15 6.08 -
YUV 42.55 143.49 166.12 -
System Red Green Blue C M Y K H S L
Decimal 96 10 70 0 0.90 0.27 0.62 318.14 0.81 0.21
Hex 60 A 46 0 5A 1B 3E 13E 51 15
Octal 140 12 106 0 132 33 76 476 121 25
Binary 1100000 1010 1000110 0 1011010 11011 111110 100111110 1010001 10101

Color Harmonies of #600A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600A46

Black with #600A46

Text Example


Text Example

White with #600A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600A46; }

 p { color: rgb(96,10,70); }

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

background-color css

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

 a { background-color: rgb(96,10,70); }

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

border-color css

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

 span { border-color: rgb(96,10,70); }

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