Html Css Color HEX #600941 Tyrian Purple

📋 copy color: '#600941'

red 96 ◦ green 9 ◦ blue 65

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

Shades of Tyrian Purple #600941

Tints of Tyrian Purple #600941

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.29%

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

R = 56.47%
G = 5.29%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#600941 (or 0x600941) is known color: Tyrian Purple. HEX triplet: 60, 09 and 41. RGB value is (96,9,65). Sum of RGB (Red+Green+Blue) = 96+9+65=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #600941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600941 is #9FF6BE. Grayscale: #292929. Windows color (decimal): -10483391 or 4262240. OLE color: 4262240.

HSL color Cylindrical-coordinate representation of color #600941: hue angle of 321.38º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600941 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 9 65 -
CMYK 0 0.91 0.32 0.62
HSL 321.38º 0.83% 0.21% -
HSV(B) 321.38º 0.91% 0.38% -
XYZ 5.88 3.06 5.28 -
YUV 41.4 141.32 166.95 -
System Red Green Blue C M Y K H S L
Decimal 96 9 65 0 0.91 0.32 0.62 321.38 0.83 0.21
Hex 60 9 41 0 5B 20 3E 141 53 15
Octal 140 11 101 0 133 40 76 501 123 25
Binary 1100000 1001 1000001 0 1011011 100000 111110 101000001 1010011 10101

Color Harmonies of #600941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600941

Black with #600941

Text Example


Text Example

White with #600941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600941; }

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

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

background-color css

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

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

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

border-color css

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

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

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