#641041

Color #641041 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #641041

Tints of Tyrian Purple #641041

Color information

#641041 (or 0x641041) is unknown color: approx Tyrian Purple. HEX triplet: 64, 10 and 41. RGB value is (100,16,65). Sum of RGB (Red+Green+Blue) = 100+16+65=181 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.25% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 100 - color contains mainly: red. Hex color #641041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641041 is #9BEFBE. Grayscale: #2E2E2E. Windows color (decimal): -10219455 or 4264036. OLE color: 4264036.

HSL color Cylindrical-coordinate representation of color #641041: hue angle of 325º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641041 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB1001665-
CMYK00.840.350.61
HSL325º72.41%22.75%-
HSV(B)325º84%39.22%-
XYZ6.393.465.33-
YUV46.7138.33166.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 55.25%
GREEN value IS 16 (6.64% from 255) = 8.84%
BLUE value IS 65 (25.78% from 255) = 35.91%
R=55.25%
G=8.84%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100166500.840.350.6132572.4122.75
Hex641041054233D1454817
Octal144201010124437550511027
Binary110010010000100000101010100100011111101101000101100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641041; }

 p { color: rgb(100,16,65); }

 H1.HeaderClassName
 {
   color: #641041;
 }
 .AnyTagClassName
 {
   color: #641041;
 }
</style>
background-color css

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

 a { background-color: rgb(100,16,65); }

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

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

 span { border-color: rgb(100,16,65); }

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