Html Css Color HEX #600A2C Tyrian Purple

📋 copy color: '#600A2C'

red 96 ◦ green 10 ◦ blue 44

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

Shades of Tyrian Purple #600A2C

Tints of Tyrian Purple #600A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 29.33%

R = 64%
G = 6.67%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#600A2C (or 0x600A2C) is known color: Tyrian Purple. HEX triplet: 60, 0A and 2C. RGB value is (96,10,44). Sum of RGB (Red+Green+Blue) = 96+10+44=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 10 (4.30% from 255 or 6.67% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #600A2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600A2C is #9FF5D3. Grayscale: #272727. Windows color (decimal): -10483156 or 2886240. OLE color: 2886240.

HSL color Cylindrical-coordinate representation of color #600A2C: hue angle of 336.28º 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 #600A2C is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 10 44 -
CMYK 0 0.90 0.54 0.62
HSL 336.28º 0.81% 0.21% -
HSV(B) 336.28º 0.9% 0.38% -
XYZ 5.39 2.89 2.66 -
YUV 39.59 130.49 168.24 -
System Red Green Blue C M Y K H S L
Decimal 96 10 44 0 0.90 0.54 0.62 336.28 0.81 0.21
Hex 60 A 2C 0 5A 36 3E 150 51 15
Octal 140 12 54 0 132 66 76 520 121 25
Binary 1100000 1010 101100 0 1011010 110110 111110 101010000 1010001 10101

Color Harmonies of #600A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600A2C

Black with #600A2C

Text Example


Text Example

White with #600A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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