Html Css Color HEX #640969 Palatinate Purple

📋 copy color: '#640969'

red 100 ◦ green 9 ◦ blue 105

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

Shades of Palatinate Purple #640969

Tints of Palatinate Purple #640969

RGB

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

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

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

R = 46.73%
G = 4.21%
B = 49.07%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#640969 (or 0x640969) is known color: Palatinate Purple. HEX triplet: 64, 09 and 69. RGB value is (100,9,105). Sum of RGB (Red+Green+Blue) = 100+9+105=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #640969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640969 is #9BF696. Grayscale: #2E2E2E. Windows color (decimal): -10221207 or 6883684. OLE color: 6883684.

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

Color convert

RGB 100 9 105 -
CMYK 0.05 0.91 0 0.59
HSL 296.88º 0.84% 0.22% -
HSV(B) 296.88º 0.91% 0.41% -
XYZ 7.9 3.92 13.71 -
YUV 47.15 160.65 165.69 -
System Red Green Blue C M Y K H S L
Decimal 100 9 105 0.05 0.91 0 0.59 296.88 0.84 0.22
Hex 64 9 69 5 5B 0 3B 129 54 16
Octal 144 11 151 5 133 0 73 451 124 26
Binary 1100100 1001 1101001 101 1011011 0 111011 100101001 1010100 10110

Color Harmonies of #640969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640969

Black with #640969

Text Example


Text Example

White with #640969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640969; }

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

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

background-color css

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

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

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

border-color css

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

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

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