Html Css Color HEX #600736 Tyrian Purple

📋 copy color: '#600736'

red 96 ◦ green 7 ◦ blue 54

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

Shades of Tyrian Purple #600736

Tints of Tyrian Purple #600736

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.46%

 BLUE value IS 54 (21.48% from 255) = 34.39%

R = 61.15%
G = 4.46%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#600736 (or 0x600736) is known color: Tyrian Purple. HEX triplet: 60, 07 and 36. RGB value is (96,7,54). Sum of RGB (Red+Green+Blue) = 96+7+54=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #600736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600736 is #9FF8C9. Grayscale: #262626. Windows color (decimal): -10483914 or 3540832. OLE color: 3540832.

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

Color convert

RGB 96 7 54 -
CMYK 0 0.93 0.44 0.62
HSL 328.31º 0.86% 0.2% -
HSV(B) 328.31º 0.93% 0.38% -
XYZ 5.57 2.91 3.76 -
YUV 38.97 136.49 168.68 -
System Red Green Blue C M Y K H S L
Decimal 96 7 54 0 0.93 0.44 0.62 328.31 0.86 0.2
Hex 60 7 36 0 5D 2C 3E 148 56 14
Octal 140 7 66 0 135 54 76 510 126 24
Binary 1100000 111 110110 0 1011101 101100 111110 101001000 1010110 10100

Color Harmonies of #600736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600736

Black with #600736

Text Example


Text Example

White with #600736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600736; }

 p { color: rgb(96,7,54); }

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

background-color css

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

 a { background-color: rgb(96,7,54); }

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

border-color css

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

 span { border-color: rgb(96,7,54); }

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