Html Css Color HEX #640475 Purple

📋 copy color: '#640475'

red 100 ◦ green 4 ◦ blue 117

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

Shades of Purple #640475

Tints of Purple #640475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.81%

 BLUE value IS 117 (46.09% from 255) = 52.94%

R = 45.25%
G = 1.81%
B = 52.94%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#640475 (or 0x640475) is known color: Purple. HEX triplet: 64, 04 and 75. RGB value is (100,4,117). Sum of RGB (Red+Green+Blue) = 100+4+117=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #640475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640475 is #9BFB8A. Grayscale: #2D2D2D. Windows color (decimal): -10222475 or 7668836. OLE color: 7668836.

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

Color convert

RGB 100 4 117 -
CMYK 0.15 0.97 0 0.54
HSL 290.97º 0.93% 0.24% -
HSV(B) 290.97º 0.97% 0.46% -
XYZ 8.51 4.08 17.17 -
YUV 45.59 168.3 166.81 -
System Red Green Blue C M Y K H S L
Decimal 100 4 117 0.15 0.97 0 0.54 290.97 0.93 0.24
Hex 64 4 75 F 61 0 36 123 5D 18
Octal 144 4 165 17 141 0 66 443 135 30
Binary 1100100 100 1110101 1111 1100001 0 110110 100100011 1011101 11000

Color Harmonies of #640475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640475

Black with #640475

Text Example


Text Example

White with #640475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640475; }

 p { color: rgb(100,4,117); }

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

background-color css

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

 a { background-color: rgb(100,4,117); }

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

border-color css

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

 span { border-color: rgb(100,4,117); }

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