Html Css Color HEX #641059 Palatinate Purple

📋 copy color: '#641059'

red 100 ◦ green 16 ◦ blue 89

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

Shades of Palatinate Purple #641059

Tints of Palatinate Purple #641059

RGB

 RED value IS 100 (39.45% from 255) = 48.78%

 GREEN value IS 16 (6.64% from 255) = 7.8%

 BLUE value IS 89 (35.16% from 255) = 43.41%

R = 48.78%
G = 7.8%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#641059 (or 0x641059) is known color: Palatinate Purple. HEX triplet: 64, 10 and 59. RGB value is (100,16,89). Sum of RGB (Red+Green+Blue) = 100+16+89=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 100 - color contains mainly: red. Hex color #641059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641059 is #9BEFA6. Grayscale: #313131. Windows color (decimal): -10219431 or 5836900. OLE color: 5836900.

HSL color Cylindrical-coordinate representation of color #641059: hue angle of 307.86º 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 #641059 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 16 89 -
CMYK 0 0.84 0.11 0.61
HSL 307.86º 0.72% 0.23% -
HSV(B) 307.86º 0.84% 0.39% -
XYZ 7.24 3.8 9.8 -
YUV 49.44 150.33 164.06 -
System Red Green Blue C M Y K H S L
Decimal 100 16 89 0 0.84 0.11 0.61 307.86 0.72 0.23
Hex 64 10 59 0 54 B 3D 134 48 17
Octal 144 20 131 0 124 13 75 464 110 27
Binary 1100100 10000 1011001 0 1010100 1011 111101 100110100 1001000 10111

Color Harmonies of #641059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641059

Black with #641059

Text Example


Text Example

White with #641059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641059; }

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

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

background-color css

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

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

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

border-color css

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

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

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