Html Css Color HEX #641665 Palatinate Purple

📋 copy color: '#641665'

red 100 ◦ green 22 ◦ blue 101

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

Shades of Palatinate Purple #641665

Tints of Palatinate Purple #641665

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.87%

 BLUE value IS 101 (39.84% from 255) = 45.29%

R = 44.84%
G = 9.87%
B = 45.29%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#641665 (or 0x641665) is known color: Palatinate Purple. HEX triplet: 64, 16 and 65. RGB value is (100,22,101). Sum of RGB (Red+Green+Blue) = 100+22+101=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #641665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641665 is #9BE99A. Grayscale: #363636. Windows color (decimal): -10217883 or 6624868. OLE color: 6624868.

HSL color Cylindrical-coordinate representation of color #641665: hue angle of 299.24º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #641665 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 100 22 101 -
CMYK 0.01 0.78 0 0.60
HSL 299.24º 0.64% 0.24% -
HSV(B) 299.24º 0.78% 0.4% -
XYZ 7.89 4.22 12.71 -
YUV 54.33 154.34 160.58 -
System Red Green Blue C M Y K H S L
Decimal 100 22 101 0.01 0.78 0 0.60 299.24 0.64 0.24
Hex 64 16 65 1 4E 0 3C 12B 40 18
Octal 144 26 145 1 116 0 74 453 100 30
Binary 1100100 10110 1100101 1 1001110 0 111100 100101011 1000000 11000

Color Harmonies of #641665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641665

Black with #641665

Text Example


Text Example

White with #641665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641665; }

 p { color: rgb(100,22,101); }

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

background-color css

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

 a { background-color: rgb(100,22,101); }

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

border-color css

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

 span { border-color: rgb(100,22,101); }

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