Html Css Color HEX #640673 Purple

📋 copy color: '#640673'

red 100 ◦ green 6 ◦ blue 115

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

Shades of Purple #640673

Tints of Purple #640673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.71%

 BLUE value IS 115 (45.31% from 255) = 52.04%

R = 45.25%
G = 2.71%
B = 52.04%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#640673 (or 0x640673) is known color: Purple. HEX triplet: 64, 06 and 73. RGB value is (100,6,115). Sum of RGB (Red+Green+Blue) = 100+6+115=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #640673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640673 is #9BF98C. Grayscale: #2E2E2E. Windows color (decimal): -10221965 or 7538276. OLE color: 7538276.

HSL color Cylindrical-coordinate representation of color #640673: hue angle of 291.74º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640673 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 6 115 -
CMYK 0.13 0.95 0 0.55
HSL 291.74º 0.9% 0.24% -
HSV(B) 291.74º 0.95% 0.45% -
XYZ 8.42 4.08 16.56 -
YUV 46.53 166.64 166.14 -
System Red Green Blue C M Y K H S L
Decimal 100 6 115 0.13 0.95 0 0.55 291.74 0.9 0.24
Hex 64 6 73 D 5F 0 37 124 5A 18
Octal 144 6 163 15 137 0 67 444 132 30
Binary 1100100 110 1110011 1101 1011111 0 110111 100100100 1011010 11000

Color Harmonies of #640673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640673

Black with #640673

Text Example


Text Example

White with #640673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640673; }

 p { color: rgb(100,6,115); }

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

background-color css

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

 a { background-color: rgb(100,6,115); }

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

border-color css

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

 span { border-color: rgb(100,6,115); }

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