Html Css Color HEX #600027 Tyrian Purple

📋 copy color: '#600027'

red 96 ◦ green 0 ◦ blue 39

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

Shades of Tyrian Purple #600027

Tints of Tyrian Purple #600027

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 39 (15.63% from 255) = 28.89%

R = 71.11%
G = 0%
B = 28.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#600027 (or 0x600027) is known color: Tyrian Purple. HEX triplet: 60, 00 and 27. RGB value is (96,0,39). Sum of RGB (Red+Green+Blue) = 96+0+39=135 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.11% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 39 (15.62% from 255 or 28.89% from 135); Max value from RGB is 96 - color contains mainly: red. Hex color #600027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600027 is #9FFFD8. Grayscale: #212121. Windows color (decimal): -10485721 or 2556000. OLE color: 2556000.

HSL color Cylindrical-coordinate representation of color #600027: hue angle of 335.62º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600027 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 0 39 -
CMYK 0 1 0.59 0.62
HSL 335.63º 1% 0.19% -
HSV(B) 335.63º 1% 0.38% -
XYZ 5.19 2.63 2.15 -
YUV 33.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 96 0 39 0 1 0.59 0.62 335.63 1 0.19
Hex 60 0 27 0 64 3B 3E 150 64 13
Octal 140 0 47 0 144 73 76 520 144 23
Binary 1100000 0 100111 0 1100100 111011 111110 101010000 1100100 10011

Color Harmonies of #600027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600027

Black with #600027

Text Example


Text Example

White with #600027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600027; }

 p { color: rgb(96,0,39); }

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

background-color css

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

 a { background-color: rgb(96,0,39); }

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

border-color css

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

 span { border-color: rgb(96,0,39); }

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