Html Css Color HEX #640275 Purple

📋 copy color: '#640275'

red 100 ◦ green 2 ◦ blue 117

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

Shades of Purple #640275

Tints of Purple #640275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

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

R = 45.66%
G = 0.91%
B = 53.42%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#640275 (or 0x640275) is known color: Purple. HEX triplet: 64, 02 and 75. RGB value is (100,2,117). Sum of RGB (Red+Green+Blue) = 100+2+117=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #640275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640275 is #9BFD8A. Grayscale: #2C2C2C. Windows color (decimal): -10222987 or 7668324. OLE color: 7668324.

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

Color convert

RGB 100 2 117 -
CMYK 0.15 0.98 0 0.54
HSL 291.13º 0.97% 0.23% -
HSV(B) 291.13º 0.98% 0.46% -
XYZ 8.49 4.04 17.16 -
YUV 44.41 168.97 167.65 -
System Red Green Blue C M Y K H S L
Decimal 100 2 117 0.15 0.98 0 0.54 291.13 0.97 0.23
Hex 64 2 75 F 62 0 36 123 61 17
Octal 144 2 165 17 142 0 66 443 141 27
Binary 1100100 10 1110101 1111 1100010 0 110110 100100011 1100001 10111

Color Harmonies of #640275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640275

Black with #640275

Text Example


Text Example

White with #640275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640275; }

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

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

background-color css

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

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

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

border-color css

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

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

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