Html Css Color HEX #642659 Palatinate Purple

📋 copy color: '#642659'

red 100 ◦ green 38 ◦ blue 89

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

Shades of Palatinate Purple #642659

Tints of Palatinate Purple #642659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.74%

 BLUE value IS 89 (35.16% from 255) = 39.21%

R = 44.05%
G = 16.74%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#642659 (or 0x642659) is known color: Palatinate Purple. HEX triplet: 64, 26 and 59. RGB value is (100,38,89). Sum of RGB (Red+Green+Blue) = 100+38+89=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 100 - color contains mainly: red. Hex color #642659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642659 is #9BD9A6. Grayscale: #3E3E3E. Windows color (decimal): -10213799 or 5842532. OLE color: 5842532.

HSL color Cylindrical-coordinate representation of color #642659: hue angle of 310.65º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #642659 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 38 89 -
CMYK 0 0.62 0.11 0.61
HSL 310.65º 0.45% 0.27% -
HSV(B) 310.65º 0.62% 0.39% -
XYZ 7.75 4.82 9.97 -
YUV 62.35 143.04 154.85 -
System Red Green Blue C M Y K H S L
Decimal 100 38 89 0 0.62 0.11 0.61 310.65 0.45 0.27
Hex 64 26 59 0 3E B 3D 137 2D 1B
Octal 144 46 131 0 76 13 75 467 55 33
Binary 1100100 100110 1011001 0 111110 1011 111101 100110111 101101 11011

Color Harmonies of #642659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642659

Black with #642659

Text Example


Text Example

White with #642659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642659; }

 p { color: rgb(100,38,89); }

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

background-color css

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

 a { background-color: rgb(100,38,89); }

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

border-color css

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

 span { border-color: rgb(100,38,89); }

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