Html Css Color HEX #640D6B Palatinate Purple

📋 copy color: '#640D6B'

red 100 ◦ green 13 ◦ blue 107

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

Shades of Palatinate Purple #640D6B

Tints of Palatinate Purple #640D6B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.91%

 BLUE value IS 107 (42.19% from 255) = 48.64%

R = 45.45%
G = 5.91%
B = 48.64%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#640D6B (or 0x640D6B) is known color: Palatinate Purple. HEX triplet: 64, 0D and 6B. RGB value is (100,13,107). Sum of RGB (Red+Green+Blue) = 100+13+107=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #640D6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640D6B is #9BF294. Grayscale: #313131. Windows color (decimal): -10220181 or 7015780. OLE color: 7015780.

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

Color convert

RGB 100 13 107 -
CMYK 0.07 0.88 0 0.58
HSL 295.53º 0.78% 0.24% -
HSV(B) 295.53º 0.88% 0.42% -
XYZ 8.05 4.06 14.27 -
YUV 49.73 160.32 163.86 -
System Red Green Blue C M Y K H S L
Decimal 100 13 107 0.07 0.88 0 0.58 295.53 0.78 0.24
Hex 64 D 6B 7 58 0 3A 128 4E 18
Octal 144 15 153 7 130 0 72 450 116 30
Binary 1100100 1101 1101011 111 1011000 0 111010 100101000 1001110 11000

Color Harmonies of #640D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640D6B

Black with #640D6B

Text Example


Text Example

White with #640D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,13,107); }

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

background-color css

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

 a { background-color: rgb(100,13,107); }

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

border-color css

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

 span { border-color: rgb(100,13,107); }

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