Html Css Color HEX #640168 Purple

📋 copy color: '#640168'

red 100 ◦ green 1 ◦ blue 104

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

Shades of Purple #640168

Tints of Purple #640168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 104 (41.02% from 255) = 50.73%

R = 48.78%
G = 0.49%
B = 50.73%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#640168 (or 0x640168) is known color: Purple. HEX triplet: 64, 01 and 68. RGB value is (100,1,104). Sum of RGB (Red+Green+Blue) = 100+1+104=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #640168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640168 is #9BFE97. Grayscale: #2A2A2A. Windows color (decimal): -10223256 or 6816100. OLE color: 6816100.

HSL color Cylindrical-coordinate representation of color #640168: hue angle of 297.67º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #640168 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 1 104 -
CMYK 0.04 0.99 0 0.59
HSL 297.67º 0.98% 0.21% -
HSV(B) 297.67º 0.99% 0.41% -
XYZ 7.77 3.73 13.41 -
YUV 42.34 162.8 169.12 -
System Red Green Blue C M Y K H S L
Decimal 100 1 104 0.04 0.99 0 0.59 297.67 0.98 0.21
Hex 64 1 68 4 63 0 3B 12A 62 15
Octal 144 1 150 4 143 0 73 452 142 25
Binary 1100100 1 1101000 100 1100011 0 111011 100101010 1100010 10101

Color Harmonies of #640168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640168

Black with #640168

Text Example


Text Example

White with #640168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640168; }

 p { color: rgb(100,1,104); }

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

background-color css

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

 a { background-color: rgb(100,1,104); }

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

border-color css

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

 span { border-color: rgb(100,1,104); }

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