Html Css Color HEX #641269 Palatinate Purple

📋 copy color: '#641269'

red 100 ◦ green 18 ◦ blue 105

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

Shades of Palatinate Purple #641269

Tints of Palatinate Purple #641269

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.07%

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

R = 44.84%
G = 8.07%
B = 47.09%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#641269 (or 0x641269) is known color: Palatinate Purple. HEX triplet: 64, 12 and 69. RGB value is (100,18,105). Sum of RGB (Red+Green+Blue) = 100+18+105=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #641269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641269 is #9BED96. Grayscale: #343434. Windows color (decimal): -10218903 or 6885988. OLE color: 6885988.

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

Color convert

RGB 100 18 105 -
CMYK 0.05 0.83 0 0.59
HSL 296.55º 0.71% 0.24% -
HSV(B) 296.55º 0.83% 0.41% -
XYZ 8.02 4.16 13.75 -
YUV 52.44 157.67 161.93 -
System Red Green Blue C M Y K H S L
Decimal 100 18 105 0.05 0.83 0 0.59 296.55 0.71 0.24
Hex 64 12 69 5 53 0 3B 129 47 18
Octal 144 22 151 5 123 0 73 451 107 30
Binary 1100100 10010 1101001 101 1010011 0 111011 100101001 1000111 11000

Color Harmonies of #641269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641269

Black with #641269

Text Example


Text Example

White with #641269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641269; }

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

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

background-color css

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

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

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

border-color css

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

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

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