Html Css Color HEX #642563 Palatinate Purple

📋 copy color: '#642563'

red 100 ◦ green 37 ◦ blue 99

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

Shades of Palatinate Purple #642563

Tints of Palatinate Purple #642563

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

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

R = 42.37%
G = 15.68%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#642563 (or 0x642563) is known color: Palatinate Purple. HEX triplet: 64, 25 and 63. RGB value is (100,37,99). Sum of RGB (Red+Green+Blue) = 100+37+99=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 100 - color contains mainly: red. Hex color #642563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642563 is #9BDA9C. Grayscale: #3E3E3E. Windows color (decimal): -10214045 or 6497636. OLE color: 6497636.

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

Color convert

RGB 100 37 99 -
CMYK 0 0.63 0.01 0.61
HSL 300.95º 0.46% 0.27% -
HSV(B) 300.95º 0.63% 0.39% -
XYZ 8.17 4.93 12.33 -
YUV 62.91 148.37 154.46 -
System Red Green Blue C M Y K H S L
Decimal 100 37 99 0 0.63 0.01 0.61 300.95 0.46 0.27
Hex 64 25 63 0 3F 1 3D 12D 2E 1B
Octal 144 45 143 0 77 1 75 455 56 33
Binary 1100100 100101 1100011 0 111111 1 111101 100101101 101110 11011

Color Harmonies of #642563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642563

Black with #642563

Text Example


Text Example

White with #642563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642563; }

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

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

background-color css

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

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

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

border-color css

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

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

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