Html Css Color HEX #600A39 Tyrian Purple

📋 copy color: '#600A39'

red 96 ◦ green 10 ◦ blue 57

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

Shades of Tyrian Purple #600A39

Tints of Tyrian Purple #600A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 34.97%

R = 58.9%
G = 6.13%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#600A39 (or 0x600A39) is known color: Tyrian Purple. HEX triplet: 60, 0A and 39. RGB value is (96,10,57). Sum of RGB (Red+Green+Blue) = 96+10+57=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #600A39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600A39 is #9FF5C6. Grayscale: #282828. Windows color (decimal): -10483143 or 3738208. OLE color: 3738208.

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

Color convert

RGB 96 10 57 -
CMYK 0 0.90 0.41 0.62
HSL 327.21º 0.81% 0.21% -
HSV(B) 327.21º 0.9% 0.38% -
XYZ 5.67 3 4.15 -
YUV 41.07 136.99 167.18 -
System Red Green Blue C M Y K H S L
Decimal 96 10 57 0 0.90 0.41 0.62 327.21 0.81 0.21
Hex 60 A 39 0 5A 29 3E 147 51 15
Octal 140 12 71 0 132 51 76 507 121 25
Binary 1100000 1010 111001 0 1011010 101001 111110 101000111 1010001 10101

Color Harmonies of #600A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600A39

Black with #600A39

Text Example


Text Example

White with #600A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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