Html Css Color HEX #642463 Palatinate Purple

📋 copy color: '#642463'

red 100 ◦ green 36 ◦ blue 99

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

Shades of Palatinate Purple #642463

Tints of Palatinate Purple #642463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.32%

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

R = 42.55%
G = 15.32%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#642463 (or 0x642463) is known color: Palatinate Purple. HEX triplet: 64, 24 and 63. RGB value is (100,36,99). Sum of RGB (Red+Green+Blue) = 100+36+99=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 100 - color contains mainly: red. Hex color #642463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642463 is #9BDB9C. Grayscale: #3E3E3E. Windows color (decimal): -10214301 or 6497380. OLE color: 6497380.

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

Color convert

RGB 100 36 99 -
CMYK 0 0.64 0.01 0.61
HSL 300.94º 0.47% 0.27% -
HSV(B) 300.94º 0.64% 0.39% -
XYZ 8.14 4.87 12.32 -
YUV 62.32 148.7 154.88 -
System Red Green Blue C M Y K H S L
Decimal 100 36 99 0 0.64 0.01 0.61 300.94 0.47 0.27
Hex 64 24 63 0 40 1 3D 12D 2F 1B
Octal 144 44 143 0 100 1 75 455 57 33
Binary 1100100 100100 1100011 0 1000000 1 111101 100101101 101111 11011

Color Harmonies of #642463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642463

Black with #642463

Text Example


Text Example

White with #642463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642463; }

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

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

background-color css

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

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

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

border-color css

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

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

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