Html Css Color HEX #642963 Palatinate Purple

📋 copy color: '#642963'

red 100 ◦ green 41 ◦ blue 99

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

Shades of Palatinate Purple #642963

Tints of Palatinate Purple #642963

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.08%

 BLUE value IS 99 (39.06% from 255) = 41.25%

R = 41.67%
G = 17.08%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#642963 (or 0x642963) is known color: Palatinate Purple. HEX triplet: 64, 29 and 63. RGB value is (100,41,99). Sum of RGB (Red+Green+Blue) = 100+41+99=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 100 - color contains mainly: red. Hex color #642963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642963 is #9BD69C. Grayscale: #414141. Windows color (decimal): -10213021 or 6498660. OLE color: 6498660.

HSL color Cylindrical-coordinate representation of color #642963: hue angle of 301.02º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #642963 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 41 99 -
CMYK 0 0.59 0.01 0.61
HSL 301.02º 0.42% 0.28% -
HSV(B) 301.02º 0.59% 0.39% -
XYZ 8.3 5.2 12.37 -
YUV 65.25 147.05 152.78 -
System Red Green Blue C M Y K H S L
Decimal 100 41 99 0 0.59 0.01 0.61 301.02 0.42 0.28
Hex 64 29 63 0 3B 1 3D 12D 2A 1C
Octal 144 51 143 0 73 1 75 455 52 34
Binary 1100100 101001 1100011 0 111011 1 111101 100101101 101010 11100

Color Harmonies of #642963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642963

Black with #642963

Text Example


Text Example

White with #642963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642963; }

 p { color: rgb(100,41,99); }

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

background-color css

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

 a { background-color: rgb(100,41,99); }

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

border-color css

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

 span { border-color: rgb(100,41,99); }

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