Html Css Color HEX #640273 Purple

📋 copy color: '#640273'

red 100 ◦ green 2 ◦ blue 115

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

Shades of Purple #640273

Tints of Purple #640273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 46.08%
G = 0.92%
B = 53%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#640273 (or 0x640273) is known color: Purple. HEX triplet: 64, 02 and 73. RGB value is (100,2,115). Sum of RGB (Red+Green+Blue) = 100+2+115=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #640273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640273 is #9BFD8C. Grayscale: #2B2B2B. Windows color (decimal): -10222989 or 7537252. OLE color: 7537252.

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

Color convert

RGB 100 2 115 -
CMYK 0.13 0.98 0 0.55
HSL 292.04º 0.97% 0.23% -
HSV(B) 292.04º 0.98% 0.45% -
XYZ 8.37 3.99 16.55 -
YUV 44.18 167.97 167.81 -
System Red Green Blue C M Y K H S L
Decimal 100 2 115 0.13 0.98 0 0.55 292.04 0.97 0.23
Hex 64 2 73 D 62 0 37 124 61 17
Octal 144 2 163 15 142 0 67 444 141 27
Binary 1100100 10 1110011 1101 1100010 0 110111 100100100 1100001 10111

Color Harmonies of #640273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640273

Black with #640273

Text Example


Text Example

White with #640273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640273; }

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

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

background-color css

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

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

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

border-color css

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

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

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