Html Css Color HEX #600A2A Tyrian Purple

📋 copy color: '#600A2A'

red 96 ◦ green 10 ◦ blue 42

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

Shades of Tyrian Purple #600A2A

Tints of Tyrian Purple #600A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28.38%

R = 64.86%
G = 6.76%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#600A2A (or 0x600A2A) is known color: Tyrian Purple. HEX triplet: 60, 0A and 2A. RGB value is (96,10,42). Sum of RGB (Red+Green+Blue) = 96+10+42=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #600A2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600A2A is #9FF5D5. Grayscale: #272727. Windows color (decimal): -10483158 or 2755168. OLE color: 2755168.

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

Color convert

RGB 96 10 42 -
CMYK 0 0.90 0.56 0.62
HSL 337.67º 0.81% 0.21% -
HSV(B) 337.67º 0.9% 0.38% -
XYZ 5.35 2.87 2.46 -
YUV 39.36 129.49 168.4 -
System Red Green Blue C M Y K H S L
Decimal 96 10 42 0 0.90 0.56 0.62 337.67 0.81 0.21
Hex 60 A 2A 0 5A 38 3E 152 51 15
Octal 140 12 52 0 132 70 76 522 121 25
Binary 1100000 1010 101010 0 1011010 111000 111110 101010010 1010001 10101

Color Harmonies of #600A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600A2A

Black with #600A2A

Text Example


Text Example

White with #600A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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