Html Css Color HEX #640378 Purple

📋 copy color: '#640378'

red 100 ◦ green 3 ◦ blue 120

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

Shades of Purple #640378

Tints of Purple #640378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 53.81%

R = 44.84%
G = 1.35%
B = 53.81%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#640378 (or 0x640378) is known color: Purple. HEX triplet: 64, 03 and 78. RGB value is (100,3,120). Sum of RGB (Red+Green+Blue) = 100+3+120=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #640378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640378 is #9BFC87. Grayscale: #2C2C2C. Windows color (decimal): -10222728 or 7865188. OLE color: 7865188.

HSL color Cylindrical-coordinate representation of color #640378: hue angle of 289.74º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640378 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 3 120 -
CMYK 0.17 0.98 0 0.53
HSL 289.74º 0.95% 0.24% -
HSV(B) 289.74º 0.98% 0.47% -
XYZ 8.68 4.13 18.11 -
YUV 45.34 170.14 166.99 -
System Red Green Blue C M Y K H S L
Decimal 100 3 120 0.17 0.98 0 0.53 289.74 0.95 0.24
Hex 64 3 78 11 62 0 35 122 5F 18
Octal 144 3 170 21 142 0 65 442 137 30
Binary 1100100 11 1111000 10001 1100010 0 110101 100100010 1011111 11000

Color Harmonies of #640378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640378

Black with #640378

Text Example


Text Example

White with #640378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640378; }

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

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

background-color css

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

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

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

border-color css

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

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

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