Html Css Color HEX #640669 Purple

📋 copy color: '#640669'

red 100 ◦ green 6 ◦ blue 105

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

Shades of Purple #640669

Tints of Purple #640669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 49.76%

R = 47.39%
G = 2.84%
B = 49.76%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#640669 (or 0x640669) is known color: Purple. HEX triplet: 64, 06 and 69. RGB value is (100,6,105). Sum of RGB (Red+Green+Blue) = 100+6+105=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #640669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640669 is #9BF996. Grayscale: #2D2D2D. Windows color (decimal): -10221975 or 6882916. OLE color: 6882916.

HSL color Cylindrical-coordinate representation of color #640669: hue angle of 296.97º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640669 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 6 105 -
CMYK 0.05 0.94 0 0.59
HSL 296.97º 0.89% 0.22% -
HSV(B) 296.97º 0.94% 0.41% -
XYZ 7.87 3.86 13.69 -
YUV 45.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 100 6 105 0.05 0.94 0 0.59 296.97 0.89 0.22
Hex 64 6 69 5 5E 0 3B 129 59 16
Octal 144 6 151 5 136 0 73 451 131 26
Binary 1100100 110 1101001 101 1011110 0 111011 100101001 1011001 10110

Color Harmonies of #640669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640669

Black with #640669

Text Example


Text Example

White with #640669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640669; }

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

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

background-color css

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

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

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

border-color css

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

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

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