Html Css Color HEX #641C69 Palatinate Purple

📋 copy color: '#641C69'

red 100 ◦ green 28 ◦ blue 105

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

Shades of Palatinate Purple #641C69

Tints of Palatinate Purple #641C69

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.02%

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

R = 42.92%
G = 12.02%
B = 45.06%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#641C69 (or 0x641C69) is known color: Palatinate Purple. HEX triplet: 64, 1C and 69. RGB value is (100,28,105). Sum of RGB (Red+Green+Blue) = 100+28+105=233 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.92% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #641C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641C69 is #9BE396. Grayscale: #3A3A3A. Windows color (decimal): -10216343 or 6888548. OLE color: 6888548.

HSL color Cylindrical-coordinate representation of color #641C69: hue angle of 296.1º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #641C69 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 28 105 -
CMYK 0.05 0.73 0 0.59
HSL 296.1º 0.58% 0.26% -
HSV(B) 296.1º 0.73% 0.41% -
XYZ 8.22 4.56 13.81 -
YUV 58.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 100 28 105 0.05 0.73 0 0.59 296.1 0.58 0.26
Hex 64 1C 69 5 49 0 3B 128 3A 1A
Octal 144 34 151 5 111 0 73 450 72 32
Binary 1100100 11100 1101001 101 1001001 0 111011 100101000 111010 11010

Color Harmonies of #641C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641C69

Black with #641C69

Text Example


Text Example

White with #641C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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