Html Css Color HEX #600D38 Tyrian Purple

📋 copy color: '#600D38'

red 96 ◦ green 13 ◦ blue 56

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

Shades of Tyrian Purple #600D38

Tints of Tyrian Purple #600D38

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.88%

 BLUE value IS 56 (22.27% from 255) = 33.94%

R = 58.18%
G = 7.88%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#600D38 (or 0x600D38) is known color: Tyrian Purple. HEX triplet: 60, 0D and 38. RGB value is (96,13,56). Sum of RGB (Red+Green+Blue) = 96+13+56=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #600D38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600D38 is #9FF2C7. Grayscale: #2A2A2A. Windows color (decimal): -10482376 or 3673440. OLE color: 3673440.

HSL color Cylindrical-coordinate representation of color #600D38: hue angle of 328.92º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #600D38 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 13 56 -
CMYK 0 0.86 0.42 0.62
HSL 328.92º 0.76% 0.21% -
HSV(B) 328.92º 0.86% 0.38% -
XYZ 5.68 3.06 4.03 -
YUV 42.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 96 13 56 0 0.86 0.42 0.62 328.92 0.76 0.21
Hex 60 D 38 0 56 2A 3E 149 4C 15
Octal 140 15 70 0 126 52 76 511 114 25
Binary 1100000 1101 111000 0 1010110 101010 111110 101001001 1001100 10101

Color Harmonies of #600D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600D38

Black with #600D38

Text Example


Text Example

White with #600D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,13,56); }

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

background-color css

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

 a { background-color: rgb(96,13,56); }

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

border-color css

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

 span { border-color: rgb(96,13,56); }

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