Html Css Color HEX #600344 Tyrian Purple

📋 copy color: '#600344'

red 96 ◦ green 3 ◦ blue 68

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

Shades of Tyrian Purple #600344

Tints of Tyrian Purple #600344

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.8%

 BLUE value IS 68 (26.95% from 255) = 40.72%

R = 57.49%
G = 1.8%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#600344 (or 0x600344) is known color: Tyrian Purple. HEX triplet: 60, 03 and 44. RGB value is (96,3,68). Sum of RGB (Red+Green+Blue) = 96+3+68=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #600344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600344 is #9FFCBB. Grayscale: #262626. Windows color (decimal): -10484924 or 4457312. OLE color: 4457312.

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

Color convert

RGB 96 3 68 -
CMYK 0 0.97 0.29 0.62
HSL 318.06º 0.94% 0.19% -
HSV(B) 318.06º 0.97% 0.38% -
XYZ 5.9 2.97 5.73 -
YUV 38.22 144.81 169.21 -
System Red Green Blue C M Y K H S L
Decimal 96 3 68 0 0.97 0.29 0.62 318.06 0.94 0.19
Hex 60 3 44 0 61 1D 3E 13E 5E 13
Octal 140 3 104 0 141 35 76 476 136 23
Binary 1100000 11 1000100 0 1100001 11101 111110 100111110 1011110 10011

Color Harmonies of #600344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600344

Black with #600344

Text Example


Text Example

White with #600344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600344; }

 p { color: rgb(96,3,68); }

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

background-color css

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

 a { background-color: rgb(96,3,68); }

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

border-color css

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

 span { border-color: rgb(96,3,68); }

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