Html Css Color HEX #600A3A Tyrian Purple

📋 copy color: '#600A3A'

red 96 ◦ green 10 ◦ blue 58

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

Shades of Tyrian Purple #600A3A

Tints of Tyrian Purple #600A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 35.37%

R = 58.54%
G = 6.1%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#600A3A (or 0x600A3A) is known color: Tyrian Purple. HEX triplet: 60, 0A and 3A. RGB value is (96,10,58). Sum of RGB (Red+Green+Blue) = 96+10+58=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #600A3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600A3A is #9FF5C5. Grayscale: #292929. Windows color (decimal): -10483142 or 3803744. OLE color: 3803744.

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

Color convert

RGB 96 10 58 -
CMYK 0 0.90 0.40 0.62
HSL 326.51º 0.81% 0.21% -
HSV(B) 326.51º 0.9% 0.38% -
XYZ 5.7 3.01 4.28 -
YUV 41.19 137.49 167.1 -
System Red Green Blue C M Y K H S L
Decimal 96 10 58 0 0.90 0.40 0.62 326.51 0.81 0.21
Hex 60 A 3A 0 5A 28 3E 147 51 15
Octal 140 12 72 0 132 50 76 507 121 25
Binary 1100000 1010 111010 0 1011010 101000 111110 101000111 1010001 10101

Color Harmonies of #600A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600A3A

Black with #600A3A

Text Example


Text Example

White with #600A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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