Html Css Color HEX #600655 Tyrian Purple

📋 copy color: '#600655'

red 96 ◦ green 6 ◦ blue 85

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

Shades of Tyrian Purple #600655

Tints of Tyrian Purple #600655

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.21%

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

R = 51.34%
G = 3.21%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#600655 (or 0x600655) is known color: Tyrian Purple. HEX triplet: 60, 06 and 55. RGB value is (96,6,85). Sum of RGB (Red+Green+Blue) = 96+6+85=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #600655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600655 is #9FF9AA. Grayscale: #292929. Windows color (decimal): -10484139 or 5572192. OLE color: 5572192.

HSL color Cylindrical-coordinate representation of color #600655: hue angle of 307.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600655 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 6 85 -
CMYK 0 0.94 0.11 0.62
HSL 307.33º 0.88% 0.2% -
HSV(B) 307.33º 0.94% 0.38% -
XYZ 6.53 3.27 8.88 -
YUV 41.92 152.32 166.58 -
System Red Green Blue C M Y K H S L
Decimal 96 6 85 0 0.94 0.11 0.62 307.33 0.88 0.2
Hex 60 6 55 0 5E B 3E 133 58 14
Octal 140 6 125 0 136 13 76 463 130 24
Binary 1100000 110 1010101 0 1011110 1011 111110 100110011 1011000 10100

Color Harmonies of #600655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600655

Black with #600655

Text Example


Text Example

White with #600655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600655; }

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

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

background-color css

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

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

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

border-color css

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

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

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