Html Css Color HEX #640075 Purple

📋 copy color: '#640075'

red 100 ◦ green 0 ◦ blue 117

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

Shades of Purple #640075

Tints of Purple #640075

RGB

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

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

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

R = 46.08%
G = 0%
B = 53.92%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#640075 (or 0x640075) is known color: Purple. HEX triplet: 64, 00 and 75. RGB value is (100,0,117). Sum of RGB (Red+Green+Blue) = 100+0+117=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #640075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640075 is #9BFF8A. Grayscale: #2A2A2A. Windows color (decimal): -10223499 or 7667812. OLE color: 7667812.

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

Color convert

RGB 100 0 117 -
CMYK 0.15 1 0 0.54
HSL 291.28º 1% 0.23% -
HSV(B) 291.28º 1% 0.46% -
XYZ 8.47 3.99 17.15 -
YUV 43.24 169.63 168.49 -
System Red Green Blue C M Y K H S L
Decimal 100 0 117 0.15 1 0 0.54 291.28 1 0.23
Hex 64 0 75 F 64 0 36 123 64 17
Octal 144 0 165 17 144 0 66 443 144 27
Binary 1100100 0 1110101 1111 1100100 0 110110 100100011 1100100 10111

Color Harmonies of #640075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640075

Black with #640075

Text Example


Text Example

White with #640075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640075; }

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

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

background-color css

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

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

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

border-color css

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

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

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