Html Css Color HEX #640274 Purple

📋 copy color: '#640274'

red 100 ◦ green 2 ◦ blue 116

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

Shades of Purple #640274

Tints of Purple #640274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 53.21%

R = 45.87%
G = 0.92%
B = 53.21%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#640274 (or 0x640274) is known color: Purple. HEX triplet: 64, 02 and 74. RGB value is (100,2,116). Sum of RGB (Red+Green+Blue) = 100+2+116=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #640274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640274 is #9BFD8B. Grayscale: #2B2B2B. Windows color (decimal): -10222988 or 7602788. OLE color: 7602788.

HSL color Cylindrical-coordinate representation of color #640274: hue angle of 291.58º 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 #640274 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 2 116 -
CMYK 0.14 0.98 0 0.55
HSL 291.58º 0.97% 0.23% -
HSV(B) 291.58º 0.98% 0.45% -
XYZ 8.43 4.01 16.85 -
YUV 44.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 100 2 116 0.14 0.98 0 0.55 291.58 0.97 0.23
Hex 64 2 74 E 62 0 37 124 61 17
Octal 144 2 164 16 142 0 67 444 141 27
Binary 1100100 10 1110100 1110 1100010 0 110111 100100100 1100001 10111

Color Harmonies of #640274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640274

Black with #640274

Text Example


Text Example

White with #640274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640274; }

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

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

background-color css

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

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

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

border-color css

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

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

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