Html Css Color HEX #600635 Tyrian Purple

📋 copy color: '#600635'

red 96 ◦ green 6 ◦ blue 53

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

Shades of Tyrian Purple #600635

Tints of Tyrian Purple #600635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 34.19%

R = 61.94%
G = 3.87%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#600635 (or 0x600635) is known color: Tyrian Purple. HEX triplet: 60, 06 and 35. RGB value is (96,6,53). Sum of RGB (Red+Green+Blue) = 96+6+53=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #600635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600635 is #9FF9CA. Grayscale: #262626. Windows color (decimal): -10484171 or 3475040. OLE color: 3475040.

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

Color convert

RGB 96 6 53 -
CMYK 0 0.94 0.45 0.62
HSL 328.67º 0.88% 0.2% -
HSV(B) 328.67º 0.94% 0.38% -
XYZ 5.53 2.87 3.63 -
YUV 38.27 136.32 169.18 -
System Red Green Blue C M Y K H S L
Decimal 96 6 53 0 0.94 0.45 0.62 328.67 0.88 0.2
Hex 60 6 35 0 5E 2D 3E 149 58 14
Octal 140 6 65 0 136 55 76 511 130 24
Binary 1100000 110 110101 0 1011110 101101 111110 101001001 1011000 10100

Color Harmonies of #600635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600635

Black with #600635

Text Example


Text Example

White with #600635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600635; }

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

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

background-color css

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

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

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

border-color css

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

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

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