Html Css Color HEX #640A6C Purple

📋 copy color: '#640A6C'

red 100 ◦ green 10 ◦ blue 108

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

Shades of Purple #640A6C

Tints of Purple #640A6C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.59%

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

R = 45.87%
G = 4.59%
B = 49.54%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#640A6C (or 0x640A6C) is known color: Purple. HEX triplet: 64, 0A and 6C. RGB value is (100,10,108). Sum of RGB (Red+Green+Blue) = 100+10+108=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #640A6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640A6C is #9BF593. Grayscale: #2F2F2F. Windows color (decimal): -10220948 or 7080548. OLE color: 7080548.

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

Color convert

RGB 100 10 108 -
CMYK 0.07 0.91 0 0.58
HSL 295.1º 0.83% 0.23% -
HSV(B) 295.1º 0.91% 0.42% -
XYZ 8.07 4.01 14.54 -
YUV 48.08 161.82 165.03 -
System Red Green Blue C M Y K H S L
Decimal 100 10 108 0.07 0.91 0 0.58 295.1 0.83 0.23
Hex 64 A 6C 7 5B 0 3A 127 53 17
Octal 144 12 154 7 133 0 72 447 123 27
Binary 1100100 1010 1101100 111 1011011 0 111010 100100111 1010011 10111

Color Harmonies of #640A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640A6C

Black with #640A6C

Text Example


Text Example

White with #640A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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