Html Css Color HEX #640170 Purple

📋 copy color: '#640170'

red 100 ◦ green 1 ◦ blue 112

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

Shades of Purple #640170

Tints of Purple #640170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 112 (44.14% from 255) = 52.58%

R = 46.95%
G = 0.47%
B = 52.58%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#640170 (or 0x640170) is known color: Purple. HEX triplet: 64, 01 and 70. RGB value is (100,1,112). Sum of RGB (Red+Green+Blue) = 100+1+112=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #640170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640170 is #9BFE8F. Grayscale: #2A2A2A. Windows color (decimal): -10223248 or 7340388. OLE color: 7340388.

HSL color Cylindrical-coordinate representation of color #640170: hue angle of 293.51º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #640170 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 1 112 -
CMYK 0.11 0.99 0 0.56
HSL 293.51º 0.98% 0.22% -
HSV(B) 293.51º 0.99% 0.44% -
XYZ 8.19 3.9 15.65 -
YUV 43.26 166.8 168.47 -
System Red Green Blue C M Y K H S L
Decimal 100 1 112 0.11 0.99 0 0.56 293.51 0.98 0.22
Hex 64 1 70 B 63 0 38 126 62 16
Octal 144 1 160 13 143 0 70 446 142 26
Binary 1100100 1 1110000 1011 1100011 0 111000 100100110 1100010 10110

Color Harmonies of #640170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640170

Black with #640170

Text Example


Text Example

White with #640170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640170; }

 p { color: rgb(100,1,112); }

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

background-color css

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

 a { background-color: rgb(100,1,112); }

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

border-color css

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

 span { border-color: rgb(100,1,112); }

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