Html Css Color HEX #640370 Purple

📋 copy color: '#640370'

red 100 ◦ green 3 ◦ blue 112

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

Shades of Purple #640370

Tints of Purple #640370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.4%

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

R = 46.51%
G = 1.4%
B = 52.09%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#640370 (or 0x640370) is known color: Purple. HEX triplet: 64, 03 and 70. RGB value is (100,3,112). Sum of RGB (Red+Green+Blue) = 100+3+112=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #640370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640370 is #9BFC8F. Grayscale: #2C2C2C. Windows color (decimal): -10222736 or 7340900. OLE color: 7340900.

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

Color convert

RGB 100 3 112 -
CMYK 0.11 0.97 0 0.56
HSL 293.39º 0.95% 0.23% -
HSV(B) 293.39º 0.97% 0.44% -
XYZ 8.21 3.94 15.66 -
YUV 44.43 166.14 167.64 -
System Red Green Blue C M Y K H S L
Decimal 100 3 112 0.11 0.97 0 0.56 293.39 0.95 0.23
Hex 64 3 70 B 61 0 38 125 5F 17
Octal 144 3 160 13 141 0 70 445 137 27
Binary 1100100 11 1110000 1011 1100001 0 111000 100100101 1011111 10111

Color Harmonies of #640370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640370

Black with #640370

Text Example


Text Example

White with #640370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640370; }

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

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

background-color css

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

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

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

border-color css

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

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

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