Html Css Color HEX #600733 Tyrian Purple

📋 copy color: '#600733'

red 96 ◦ green 7 ◦ blue 51

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

Shades of Tyrian Purple #600733

Tints of Tyrian Purple #600733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 33.12%

R = 62.34%
G = 4.55%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#600733 (or 0x600733) is known color: Tyrian Purple. HEX triplet: 60, 07 and 33. RGB value is (96,7,51). Sum of RGB (Red+Green+Blue) = 96+7+51=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #600733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600733 is #9FF8CC. Grayscale: #262626. Windows color (decimal): -10483917 or 3344224. OLE color: 3344224.

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

Color convert

RGB 96 7 51 -
CMYK 0 0.93 0.47 0.62
HSL 330.34º 0.86% 0.2% -
HSV(B) 330.34º 0.93% 0.38% -
XYZ 5.5 2.88 3.4 -
YUV 38.63 134.99 168.92 -
System Red Green Blue C M Y K H S L
Decimal 96 7 51 0 0.93 0.47 0.62 330.34 0.86 0.2
Hex 60 7 33 0 5D 2F 3E 14A 56 14
Octal 140 7 63 0 135 57 76 512 126 24
Binary 1100000 111 110011 0 1011101 101111 111110 101001010 1010110 10100

Color Harmonies of #600733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600733

Black with #600733

Text Example


Text Example

White with #600733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600733; }

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

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

background-color css

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

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

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

border-color css

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

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

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