Html Css Color HEX #642663 Palatinate Purple

📋 copy color: '#642663'

red 100 ◦ green 38 ◦ blue 99

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

Shades of Palatinate Purple #642663

Tints of Palatinate Purple #642663

RGB

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

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

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

R = 42.19%
G = 16.03%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#642663 (or 0x642663) is known color: Palatinate Purple. HEX triplet: 64, 26 and 63. RGB value is (100,38,99). Sum of RGB (Red+Green+Blue) = 100+38+99=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 100 - color contains mainly: red. Hex color #642663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642663 is #9BD99C. Grayscale: #3F3F3F. Windows color (decimal): -10213789 or 6497892. OLE color: 6497892.

HSL color Cylindrical-coordinate representation of color #642663: hue angle of 300.97º 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 #642663 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 38 99 -
CMYK 0 0.62 0.01 0.61
HSL 300.97º 0.45% 0.27% -
HSV(B) 300.97º 0.62% 0.39% -
XYZ 8.2 5 12.34 -
YUV 63.49 148.04 154.04 -
System Red Green Blue C M Y K H S L
Decimal 100 38 99 0 0.62 0.01 0.61 300.97 0.45 0.27
Hex 64 26 63 0 3E 1 3D 12D 2D 1B
Octal 144 46 143 0 76 1 75 455 55 33
Binary 1100100 100110 1100011 0 111110 1 111101 100101101 101101 11011

Color Harmonies of #642663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642663

Black with #642663

Text Example


Text Example

White with #642663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642663; }

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

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

background-color css

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

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

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

border-color css

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

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

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