Html Css Color HEX #600055 Tyrian Purple

📋 copy color: '#600055'

red 96 ◦ green 0 ◦ blue 85

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

Shades of Tyrian Purple #600055

Tints of Tyrian Purple #600055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 46.96%

R = 53.04%
G = 0%
B = 46.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#600055 (or 0x600055) is known color: Tyrian Purple. HEX triplet: 60, 00 and 55. RGB value is (96,0,85). Sum of RGB (Red+Green+Blue) = 96+0+85=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #600055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600055 is #9FFFAA. Grayscale: #262626. Windows color (decimal): -10485675 or 5570656. OLE color: 5570656.

HSL color Cylindrical-coordinate representation of color #600055: hue angle of 306.88º 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 #600055 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 0 85 -
CMYK 0 1 0.11 0.62
HSL 306.88º 1% 0.19% -
HSV(B) 306.88º 1% 0.38% -
XYZ 6.46 3.14 8.86 -
YUV 38.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 96 0 85 0 1 0.11 0.62 306.88 1 0.19
Hex 60 0 55 0 64 B 3E 133 64 13
Octal 140 0 125 0 144 13 76 463 144 23
Binary 1100000 0 1010101 0 1100100 1011 111110 100110011 1100100 10011

Color Harmonies of #600055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600055

Black with #600055

Text Example


Text Example

White with #600055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600055; }

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

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

background-color css

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

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

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

border-color css

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

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

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