Html Css Color HEX #640F6C Palatinate Purple

📋 copy color: '#640F6C'

red 100 ◦ green 15 ◦ blue 108

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

Shades of Palatinate Purple #640F6C

Tints of Palatinate Purple #640F6C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.73%

 BLUE value IS 108 (42.58% from 255) = 48.43%

R = 44.84%
G = 6.73%
B = 48.43%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#640F6C (or 0x640F6C) is known color: Palatinate Purple. HEX triplet: 64, 0F and 6C. RGB value is (100,15,108). Sum of RGB (Red+Green+Blue) = 100+15+108=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #640F6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640F6C is #9BF093. Grayscale: #323232. Windows color (decimal): -10219668 or 7081828. OLE color: 7081828.

HSL color Cylindrical-coordinate representation of color #640F6C: hue angle of 294.84º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #640F6C is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 100 15 108 -
CMYK 0.07 0.86 0 0.58
HSL 294.84º 0.76% 0.24% -
HSV(B) 294.84º 0.86% 0.42% -
XYZ 8.13 4.13 14.56 -
YUV 51.02 160.16 162.94 -
System Red Green Blue C M Y K H S L
Decimal 100 15 108 0.07 0.86 0 0.58 294.84 0.76 0.24
Hex 64 F 6C 7 56 0 3A 127 4C 18
Octal 144 17 154 7 126 0 72 447 114 30
Binary 1100100 1111 1101100 111 1010110 0 111010 100100111 1001100 11000

Color Harmonies of #640F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640F6C

Black with #640F6C

Text Example


Text Example

White with #640F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640F6C; }

 p { color: rgb(100,15,108); }

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

background-color css

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

 a { background-color: rgb(100,15,108); }

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

border-color css

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

 span { border-color: rgb(100,15,108); }

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