Html Css Color HEX #640069 Purple

📋 copy color: '#640069'

red 100 ◦ green 0 ◦ blue 105

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

Shades of Purple #640069

Tints of Purple #640069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.78%
G = 0%
B = 51.22%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#640069 (or 0x640069) is known color: Purple. HEX triplet: 64, 00 and 69. RGB value is (100,0,105). Sum of RGB (Red+Green+Blue) = 100+0+105=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #640069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640069 is #9BFF96. Grayscale: #292929. Windows color (decimal): -10223511 or 6881380. OLE color: 6881380.

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

Color convert

RGB 100 0 105 -
CMYK 0.05 1 0 0.59
HSL 297.14º 1% 0.21% -
HSV(B) 297.14º 1% 0.41% -
XYZ 7.81 3.73 13.67 -
YUV 41.87 163.63 169.46 -
System Red Green Blue C M Y K H S L
Decimal 100 0 105 0.05 1 0 0.59 297.14 1 0.21
Hex 64 0 69 5 64 0 3B 129 64 15
Octal 144 0 151 5 144 0 73 451 144 25
Binary 1100100 0 1101001 101 1100100 0 111011 100101001 1100100 10101

Color Harmonies of #640069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640069

Black with #640069

Text Example


Text Example

White with #640069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640069; }

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

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

background-color css

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

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

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

border-color css

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

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

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