Html Css Color HEX #640676 Purple

📋 copy color: '#640676'

red 100 ◦ green 6 ◦ blue 118

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

Shades of Purple #640676

Tints of Purple #640676

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.68%

 BLUE value IS 118 (46.48% from 255) = 52.68%

R = 44.64%
G = 2.68%
B = 52.68%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#640676 (or 0x640676) is known color: Purple. HEX triplet: 64, 06 and 76. RGB value is (100,6,118). Sum of RGB (Red+Green+Blue) = 100+6+118=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #640676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640676 is #9BF989. Grayscale: #2E2E2E. Windows color (decimal): -10221962 or 7734884. OLE color: 7734884.

HSL color Cylindrical-coordinate representation of color #640676: hue angle of 290.36º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640676 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 6 118 -
CMYK 0.15 0.95 0 0.54
HSL 290.36º 0.9% 0.24% -
HSV(B) 290.36º 0.95% 0.46% -
XYZ 8.59 4.15 17.49 -
YUV 46.87 168.14 165.89 -
System Red Green Blue C M Y K H S L
Decimal 100 6 118 0.15 0.95 0 0.54 290.36 0.9 0.24
Hex 64 6 76 F 5F 0 36 122 5A 18
Octal 144 6 166 17 137 0 66 442 132 30
Binary 1100100 110 1110110 1111 1011111 0 110110 100100010 1011010 11000

Color Harmonies of #640676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640676

Black with #640676

Text Example


Text Example

White with #640676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640676; }

 p { color: rgb(100,6,118); }

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

background-color css

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

 a { background-color: rgb(100,6,118); }

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

border-color css

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

 span { border-color: rgb(100,6,118); }

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