Html Css Color HEX #642763 Palatinate Purple

📋 copy color: '#642763'

red 100 ◦ green 39 ◦ blue 99

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

Shades of Palatinate Purple #642763

Tints of Palatinate Purple #642763

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.39%

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

R = 42.02%
G = 16.39%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#642763 (or 0x642763) is known color: Palatinate Purple. HEX triplet: 64, 27 and 63. RGB value is (100,39,99). Sum of RGB (Red+Green+Blue) = 100+39+99=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 100 - color contains mainly: red. Hex color #642763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642763 is #9BD89C. Grayscale: #3F3F3F. Windows color (decimal): -10213533 or 6498148. OLE color: 6498148.

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

Color convert

RGB 100 39 99 -
CMYK 0 0.61 0.01 0.61
HSL 300.98º 0.44% 0.27% -
HSV(B) 300.98º 0.61% 0.39% -
XYZ 8.23 5.06 12.35 -
YUV 64.08 147.71 153.62 -
System Red Green Blue C M Y K H S L
Decimal 100 39 99 0 0.61 0.01 0.61 300.98 0.44 0.27
Hex 64 27 63 0 3D 1 3D 12D 2C 1B
Octal 144 47 143 0 75 1 75 455 54 33
Binary 1100100 100111 1100011 0 111101 1 111101 100101101 101100 11011

Color Harmonies of #642763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642763

Black with #642763

Text Example


Text Example

White with #642763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642763; }

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

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

background-color css

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

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

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

border-color css

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

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

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