Html Css Color HEX #600340 Tyrian Purple

📋 copy color: '#600340'

red 96 ◦ green 3 ◦ blue 64

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

Shades of Tyrian Purple #600340

Tints of Tyrian Purple #600340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 39.26%

R = 58.9%
G = 1.84%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#600340 (or 0x600340) is known color: Tyrian Purple. HEX triplet: 60, 03 and 40. RGB value is (96,3,64). Sum of RGB (Red+Green+Blue) = 96+3+64=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #600340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600340 is #9FFCBF. Grayscale: #252525. Windows color (decimal): -10484928 or 4195168. OLE color: 4195168.

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

Color convert

RGB 96 3 64 -
CMYK 0 0.97 0.33 0.62
HSL 320.65º 0.94% 0.19% -
HSV(B) 320.65º 0.97% 0.38% -
XYZ 5.78 2.92 5.11 -
YUV 37.76 142.81 169.54 -
System Red Green Blue C M Y K H S L
Decimal 96 3 64 0 0.97 0.33 0.62 320.65 0.94 0.19
Hex 60 3 40 0 61 21 3E 141 5E 13
Octal 140 3 100 0 141 41 76 501 136 23
Binary 1100000 11 1000000 0 1100001 100001 111110 101000001 1011110 10011

Color Harmonies of #600340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600340

Black with #600340

Text Example


Text Example

White with #600340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600340; }

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

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

background-color css

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

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

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

border-color css

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

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

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