Html Css Color HEX #640B70 Purple

📋 copy color: '#640B70'

red 100 ◦ green 11 ◦ blue 112

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

Shades of Purple #640B70

Tints of Purple #640B70

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.93%

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

R = 44.84%
G = 4.93%
B = 50.22%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#640B70 (or 0x640B70) is known color: Purple. HEX triplet: 64, 0B and 70. RGB value is (100,11,112). Sum of RGB (Red+Green+Blue) = 100+11+112=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #640B70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640B70 is #9BF48F. Grayscale: #303030. Windows color (decimal): -10220688 or 7342948. OLE color: 7342948.

HSL color Cylindrical-coordinate representation of color #640B70: hue angle of 292.87º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640B70 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 11 112 -
CMYK 0.11 0.90 0 0.56
HSL 292.87º 0.82% 0.24% -
HSV(B) 292.87º 0.9% 0.44% -
XYZ 8.3 4.12 15.69 -
YUV 49.13 163.49 164.29 -
System Red Green Blue C M Y K H S L
Decimal 100 11 112 0.11 0.90 0 0.56 292.87 0.82 0.24
Hex 64 B 70 B 5A 0 38 125 52 18
Octal 144 13 160 13 132 0 70 445 122 30
Binary 1100100 1011 1110000 1011 1011010 0 111000 100100101 1010010 11000

Color Harmonies of #640B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640B70

Black with #640B70

Text Example


Text Example

White with #640B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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