Html Css Color HEX #600341 Tyrian Purple

📋 copy color: '#600341'

red 96 ◦ green 3 ◦ blue 65

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

Shades of Tyrian Purple #600341

Tints of Tyrian Purple #600341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 39.63%

R = 58.54%
G = 1.83%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#600341 (or 0x600341) is known color: Tyrian Purple. HEX triplet: 60, 03 and 41. RGB value is (96,3,65). Sum of RGB (Red+Green+Blue) = 96+3+65=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #600341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600341 is #9FFCBE. Grayscale: #252525. Windows color (decimal): -10484927 or 4260704. OLE color: 4260704.

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

Color convert

RGB 96 3 65 -
CMYK 0 0.97 0.32 0.62
HSL 320º 0.94% 0.19% -
HSV(B) 320º 0.97% 0.38% -
XYZ 5.81 2.93 5.26 -
YUV 37.88 143.31 169.46 -
System Red Green Blue C M Y K H S L
Decimal 96 3 65 0 0.97 0.32 0.62 320 0.94 0.19
Hex 60 3 41 0 61 20 3E 140 5E 13
Octal 140 3 101 0 141 40 76 500 136 23
Binary 1100000 11 1000001 0 1100001 100000 111110 101000000 1011110 10011

Color Harmonies of #600341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600341

Black with #600341

Text Example


Text Example

White with #600341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600341; }

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

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

background-color css

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

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

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

border-color css

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

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

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