Html Css Color HEX #641069 Palatinate Purple

📋 copy color: '#641069'

red 100 ◦ green 16 ◦ blue 105

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

Shades of Palatinate Purple #641069

Tints of Palatinate Purple #641069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.51%

R = 45.25%
G = 7.24%
B = 47.51%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#641069 (or 0x641069) is known color: Palatinate Purple. HEX triplet: 64, 10 and 69. RGB value is (100,16,105). Sum of RGB (Red+Green+Blue) = 100+16+105=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #641069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641069 is #9BEF96. Grayscale: #323232. Windows color (decimal): -10219415 or 6885476. OLE color: 6885476.

HSL color Cylindrical-coordinate representation of color #641069: hue angle of 296.63º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641069 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 16 105 -
CMYK 0.05 0.85 0 0.59
HSL 296.63º 0.74% 0.24% -
HSV(B) 296.63º 0.85% 0.41% -
XYZ 7.99 4.1 13.73 -
YUV 51.26 158.33 162.76 -
System Red Green Blue C M Y K H S L
Decimal 100 16 105 0.05 0.85 0 0.59 296.63 0.74 0.24
Hex 64 10 69 5 55 0 3B 129 4A 18
Octal 144 20 151 5 125 0 73 451 112 30
Binary 1100100 10000 1101001 101 1010101 0 111011 100101001 1001010 11000

Color Harmonies of #641069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641069

Black with #641069

Text Example


Text Example

White with #641069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641069; }

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

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

background-color css

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

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

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

border-color css

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

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

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