Html Css Color HEX #642163 Palatinate Purple

📋 copy color: '#642163'

red 100 ◦ green 33 ◦ blue 99

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

Shades of Palatinate Purple #642163

Tints of Palatinate Purple #642163

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.22%

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

R = 43.1%
G = 14.22%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#642163 (or 0x642163) is known color: Palatinate Purple. HEX triplet: 64, 21 and 63. RGB value is (100,33,99). Sum of RGB (Red+Green+Blue) = 100+33+99=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #642163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642163 is #9BDE9C. Grayscale: #3C3C3C. Windows color (decimal): -10215069 or 6496612. OLE color: 6496612.

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

Color convert

RGB 100 33 99 -
CMYK 0 0.67 0.01 0.61
HSL 300.9º 0.5% 0.26% -
HSV(B) 300.9º 0.67% 0.39% -
XYZ 8.05 4.7 12.29 -
YUV 60.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 100 33 99 0 0.67 0.01 0.61 300.9 0.5 0.26
Hex 64 21 63 0 43 1 3D 12D 32 1A
Octal 144 41 143 0 103 1 75 455 62 32
Binary 1100100 100001 1100011 0 1000011 1 111101 100101101 110010 11010

Color Harmonies of #642163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642163

Black with #642163

Text Example


Text Example

White with #642163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642163; }

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

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

background-color css

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

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

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

border-color css

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

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

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