Html Css Color HEX #640C75 Purple

📋 copy color: '#640C75'

red 100 ◦ green 12 ◦ blue 117

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

Shades of Purple #640C75

Tints of Purple #640C75

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.24%

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

R = 43.67%
G = 5.24%
B = 51.09%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#640C75 (or 0x640C75) is known color: Purple. HEX triplet: 64, 0C and 75. RGB value is (100,12,117). Sum of RGB (Red+Green+Blue) = 100+12+117=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #640C75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640C75 is #9BF38A. Grayscale: #313131. Windows color (decimal): -10220427 or 7670884. OLE color: 7670884.

HSL color Cylindrical-coordinate representation of color #640C75: hue angle of 290.29º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640C75 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 12 117 -
CMYK 0.15 0.90 0 0.54
HSL 290.29º 0.81% 0.25% -
HSV(B) 290.29º 0.9% 0.46% -
XYZ 8.6 4.26 17.2 -
YUV 50.28 165.65 163.46 -
System Red Green Blue C M Y K H S L
Decimal 100 12 117 0.15 0.90 0 0.54 290.29 0.81 0.25
Hex 64 C 75 F 5A 0 36 122 51 19
Octal 144 14 165 17 132 0 66 442 121 31
Binary 1100100 1100 1110101 1111 1011010 0 110110 100100010 1010001 11001

Color Harmonies of #640C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640C75

Black with #640C75

Text Example


Text Example

White with #640C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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