Html Css Color HEX #600A2B Tyrian Purple

📋 copy color: '#600A2B'

red 96 ◦ green 10 ◦ blue 43

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

Shades of Tyrian Purple #600A2B

Tints of Tyrian Purple #600A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.86%

R = 64.43%
G = 6.71%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#600A2B (or 0x600A2B) is known color: Tyrian Purple. HEX triplet: 60, 0A and 2B. RGB value is (96,10,43). Sum of RGB (Red+Green+Blue) = 96+10+43=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #600A2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600A2B is #9FF5D4. Grayscale: #272727. Windows color (decimal): -10483157 or 2820704. OLE color: 2820704.

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

Color convert

RGB 96 10 43 -
CMYK 0 0.90 0.55 0.62
HSL 336.98º 0.81% 0.21% -
HSV(B) 336.98º 0.9% 0.38% -
XYZ 5.37 2.88 2.56 -
YUV 39.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 96 10 43 0 0.90 0.55 0.62 336.98 0.81 0.21
Hex 60 A 2B 0 5A 37 3E 151 51 15
Octal 140 12 53 0 132 67 76 521 121 25
Binary 1100000 1010 101011 0 1011010 110111 111110 101010001 1010001 10101

Color Harmonies of #600A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600A2B

Black with #600A2B

Text Example


Text Example

White with #600A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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